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

protocol PmanagedProtocol {
    manager PmanagerProtocol;

child:
    async __delete__();
};