tenfourfox/ipc/ipdl/test/cxx/PTestManyChildAllocsSub.ipdl
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

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