mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
196 B
Plaintext
15 lines
196 B
Plaintext
|
include protocol PTestJSON;
|
||
|
|
||
|
namespace mozilla {
|
||
|
namespace _ipdltest {
|
||
|
|
||
|
protocol PTestHandle {
|
||
|
manager PTestJSON;
|
||
|
|
||
|
child:
|
||
|
__delete__();
|
||
|
};
|
||
|
|
||
|
} // namespace mozilla
|
||
|
} // namespace _ipdltest
|