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