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