PTestManyChildAllocsSub.ipdl (319B)
1 include protocol PTestManyChildAllocs; 2 3 namespace mozilla { 4 namespace _ipdltest { 5 6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] 7 protocol PTestManyChildAllocsSub { 8 manager PTestManyChildAllocs; 9 10 child: 11 async __delete__(); 12 13 parent: 14 async Hello(); 15 }; 16 17 } // namespace _ipdltest 18 } // namespace mozilla