Source code

Revision control

Copy as Markdown

Other Tools

include protocol PTestManyChildAllocs;
namespace mozilla {
namespace _ipdltest {
[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestManyChildAllocsSub {
manager PTestManyChildAllocs;
child:
async __delete__();
parent:
async Hello();
};
} // namespace _ipdltest
} // namespace mozilla