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