summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/Pmaybe_OfActorsSub.ipdl
blob: 6a4759953f844c484ee924606f39aea149810fac (plain)
1
2
3
4
5
6
7
include protocol Pmaybe_OfActors;

protocol Pmaybe_OfActorsSub {
    manager Pmaybe_OfActors;

child: async __delete__();
};