include protocol PTestMultiMgrs; include protocol PTestMultiMgrsBottom; namespace mozilla { namespace _ipdltest { [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual] protocol PTestMultiMgrsLeft { manager PTestMultiMgrs; manages PTestMultiMgrsBottom; child: async PTestMultiMgrsBottom(); async __delete__(); }; } // namespace _ipdltest } // namespace mozilla