mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
include protocol "PTestArrays.ipdl";
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
sync protocol PTestArraysSub {
|
|
manager PTestArrays;
|
|
|
|
parent:
|
|
sync __delete__();
|
|
};
|
|
|
|
} // namespace _ipdltest
|
|
} // namespace mozilla
|