michael@0: include PTestDataStructuresCommon; michael@0: include protocol PTestDataStructures; michael@0: michael@0: namespace mozilla { michael@0: namespace _ipdltest { michael@0: michael@0: sync protocol PTestDataStructuresSub { michael@0: manager PTestDataStructures; michael@0: michael@0: parent: michael@0: sync __delete__(); michael@0: }; michael@0: michael@0: } // namespace _ipdltest michael@0: } // namespace mozilla