mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
226 B
Plaintext
22 lines
226 B
Plaintext
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
|
|
rpc protocol PTestRacyReentry {
|
|
|
|
parent:
|
|
rpc E();
|
|
__delete__();
|
|
|
|
child:
|
|
async Start();
|
|
|
|
async N();
|
|
rpc H();
|
|
};
|
|
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltest
|