PTestDataStructuresSub.ipdl (295B)
1 include protocol PTestDataStructures; 2 3 namespace mozilla { 4 namespace _ipdltest { 5 6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] 7 async protocol PTestDataStructuresSub { 8 manager PTestDataStructures; 9 10 parent: 11 async __delete__(); 12 }; 13 14 } // namespace _ipdltest 15 } // namespace mozilla