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

namespace mozilla {
namespace _ipdltest {

protocol PTestMultiMgrsRight {
    manager PTestMultiMgrs;

    manages PTestMultiMgrsBottom;

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

} // namespace _ipdltest
} // namespace mozilla