gecko/ipc/ipdl/test/cxx/PTestManyChildAllocs.ipdl
2009-10-06 13:05:47 -05:00

22 lines
360 B
Plaintext

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