mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
19 lines
248 B
Plaintext
19 lines
248 B
Plaintext
include protocol PTestDesc;
|
|
include protocol PTestDescSubsub;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
rpc protocol PTestDescSub {
|
|
manager PTestDesc;
|
|
manages PTestDescSubsub;
|
|
|
|
child:
|
|
__delete__();
|
|
|
|
rpc PTestDescSubsub();
|
|
};
|
|
|
|
}
|
|
}
|