summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/Delete.ipdl
blob: 311d82537629a9f2300ec7f680e0ea0bfec9009b (plain)
1
2
3
4
5
6
7
8
include protocol DeleteSub;

sync protocol Delete {
    manages DeleteSub;

child:
    async DeleteSub();
};