mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
247 B
Plaintext
17 lines
247 B
Plaintext
|
include protocol "PTestManyChildAllocs.ipdl";
|
||
|
|
||
|
namespace mozilla {
|
||
|
namespace _ipdltest {
|
||
|
|
||
|
protocol PTestManyChildAllocsSub {
|
||
|
manager PTestManyChildAllocs;
|
||
|
|
||
|
parent:
|
||
|
Hello();
|
||
|
|
||
|
// empty
|
||
|
};
|
||
|
|
||
|
} // namespace _ipdltest
|
||
|
} // namespace mozilla
|