Dactyloidae/ipc/ipdl/test/cxx/PTestManyChildAllocsSub.ipdl

19 lines
278 B
Text

include protocol PTestManyChildAllocs;
namespace mozilla {
namespace _ipdltest {
protocol PTestManyChildAllocsSub {
manager PTestManyChildAllocs;
child:
async __delete__();
parent:
async Hello();
// empty
};
} // namespace _ipdltest
} // namespace mozilla