michael@0: include protocol PTestManyChildAllocsSub; michael@0: michael@0: namespace mozilla { michael@0: namespace _ipdltest { michael@0: michael@0: protocol PTestManyChildAllocs { michael@0: manages PTestManyChildAllocsSub; michael@0: michael@0: child: michael@0: Go(); // start allocating michael@0: michael@0: parent: michael@0: Done(); michael@0: michael@0: PTestManyChildAllocsSub(); michael@0: }; michael@0: michael@0: } // namespace _ipdltest michael@0: } // namespace mozilla