summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/PmanageSelf.ipdl
blob: 992f374a58a0128a57d1ee10fc53ab62981e295f (plain)
1
2
3
4
5
6
7
8
9
10
include protocol PmanageSelf_Toplevel;

protocol PmanageSelf {
    manager PmanageSelf_Toplevel or PmanageSelf;
    manages PmanageSelf;

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