gecko/ipc/ipdl/test/cxx/PTestManyChildAllocs.ipdl

22 lines
360 B
Plaintext
Raw Normal View History

2009-10-06 11:05:47 -07:00
include protocol "PTestManyChildAllocsSub.ipdl";
namespace mozilla {
namespace _ipdltest {
protocol PTestManyChildAllocs {
manages PTestManyChildAllocsSub;
child:
Go(); // start allocating
~PTestManyChildAllocsSub();
parent:
Done();
PTestManyChildAllocsSub();
};
} // namespace _ipdltest
} // namespace mozilla