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