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

20 lines
273 B
Plaintext

include protocol "PTestManyChildAllocs.ipdl";
namespace mozilla {
namespace _ipdltest {
protocol PTestManyChildAllocsSub {
manager PTestManyChildAllocs;
child:
__delete__();
parent:
Hello();
// empty
};
} // namespace _ipdltest
} // namespace mozilla