Dactyloidae/ipc/ipdl/test/cxx/PTestManyChildAllocs.ipdl

19 lines
338 B
Text

include protocol PTestManyChildAllocsSub;
namespace mozilla {
namespace _ipdltest {
protocol PTestManyChildAllocs {
manages PTestManyChildAllocsSub;
child:
async Go(); // start allocating
parent:
async Done();
async PTestManyChildAllocsSub();
};
} // namespace _ipdltest
} // namespace mozilla