summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/gtest/PTestMultiMgrsLeft.ipdl
blob: ee62fc34872f3e9e1cd4b201b1c238b8a2c2afda (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 PTestMultiMgrsLeft {
    manager PTestMultiMgrs;

    manages PTestMultiMgrsBottom;

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

} // namespace _ipdltest
} // namespace mozilla