mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
273 B
Plaintext
16 lines
273 B
Plaintext
include PTestDataStructuresCommon;
|
|
include protocol PTestDataStructures;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
sync protocol PTestDataStructuresSub {
|
|
manager PTestDataStructures;
|
|
|
|
parent:
|
|
sync __delete__();
|
|
};
|
|
|
|
} // namespace _ipdltest
|
|
} // namespace mozilla
|