зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
317 B
Plaintext
19 строки
317 B
Plaintext
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
|