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