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

20 lines
273 B
Plaintext
Raw Normal View History

2009-10-06 11:05:47 -07:00
include protocol "PTestManyChildAllocs.ipdl";
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