summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmultiManager2.ipdl
blob: c03f05a1736080d45642a9dcb20eeb7544f1f197 (plain)
1
2
3
4
5
6
7
8
include protocol PmultiManaged;

protocol PmultiManager2 {
    manages PmultiManaged;

child:
    async PmultiManaged();
};