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