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

protocol PmultiManaged {
    manager PmultiManager1 or PmultiManager2;

child:
    async __delete__();
};