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

protocol PmultiManager1 {
    manages PmultiManaged;

child:
    async PmultiManaged();
};