gecko/ipc/ipdl/test/cxx/PTestMultiMgrsBottom.ipdl

19 lines
317 B
Plaintext
Raw Normal View History

include protocol PTestMultiMgrsLeft;
include protocol PTestMultiMgrsRight;
namespace mozilla {
namespace _ipdltest {
protocol PTestMultiMgrsBottom {
manager PTestMultiMgrsLeft or PTestMultiMgrsRight;
child:
__delete__();
state DOA:
send __delete__;
};
} // namespace _ipdltest
} // namespace mozilla