summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/PTestMultiMgrsRight.ipdl
blob: 202f60247e6b2cf4675e183dfb95e52579f75c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include protocol PTestMultiMgrs;
include protocol PTestMultiMgrsBottom;

namespace mozilla {
namespace _ipdltest {

[ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
protocol PTestMultiMgrsRight {
    manager PTestMultiMgrs;

    manages PTestMultiMgrsBottom;

child:
    async PTestMultiMgrsBottom();
    async __delete__();
};

} // namespace _ipdltest
} // namespace mozilla