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

20 lines
266 B
Plaintext

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