16 lines
345 B
Text
16 lines
345 B
Text
include protocol PTestMultiMgrsLeft;
|
|
include protocol PTestMultiMgrsRight;
|
|
|
|
namespace mozilla {
|
|
namespace _ipdltest {
|
|
|
|
[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
|
|
protocol PTestMultiMgrsBottom {
|
|
manager PTestMultiMgrsLeft or PTestMultiMgrsRight;
|
|
|
|
child:
|
|
async __delete__();
|
|
};
|
|
|
|
} // namespace _ipdltest
|
|
} // namespace mozilla
|