gecko/ipc/ipdl/test/cxx/PTestManyChildAllocsSub.ipdl

20 lines
266 B
Plaintext
Raw Normal View History

include protocol PTestManyChildAllocs;
2009-10-06 11:05:47 -07:00
namespace mozilla {
namespace _ipdltest {
protocol PTestManyChildAllocsSub {
manager PTestManyChildAllocs;
child:
__delete__();
2009-10-06 11:05:47 -07:00
parent:
Hello();
// empty
};
} // namespace _ipdltest
} // namespace mozilla