mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
18 lines
256 B
Text
18 lines
256 B
Text
include protocol PTestDesc;
|
|
include protocol PTestDescSubsub;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
intr protocol PTestDescSub {
|
|
manager PTestDesc;
|
|
manages PTestDescSubsub;
|
|
|
|
child:
|
|
async __delete__();
|
|
|
|
intr PTestDescSubsub();
|
|
};
|
|
|
|
}
|
|
}
|