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

17 строки
247 B
Plaintext

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