trisquel-icecat/icecat/ipc/ipdl/test/gtest/PTestManyChildAllocsSub.ipdl

18 lines
319 B
Text

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