mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
|
namespace mozilla {
|
||
|
namespace _ipdltest {
|
||
|
|
||
|
rpc protocol PTestRPCErrorCleanup {
|
||
|
child:
|
||
|
rpc Error();
|
||
|
rpc __delete__();
|
||
|
};
|
||
|
|
||
|
} // namespace _ipdltest
|
||
|
} // namespace mozilla
|