mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
232 B
Plaintext
17 lines
232 B
Plaintext
|
|
include protocol PTestActorPunning;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
protocol PTestActorPunningSub {
|
|
manager PTestActorPunning;
|
|
|
|
child:
|
|
Bad();
|
|
__delete__();
|
|
};
|
|
|
|
} // namespace mozilla
|
|
} // namespace _ipdltes
|