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

protocol PmanageSelf_Toplevel {
    manages PmanageSelf;

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