summaryrefslogtreecommitdiffstats
path: root/ipc/ipdl/test/ipdl/ok/Parray_OfActorsSub.ipdl
blob: 6769e98abb75da7394e5d6e5a684061825840d2e (plain)
1
2
3
4
5
6
7
include protocol Parray_OfActors;

protocol Parray_OfActorsSub {
    manager Parray_OfActors;

child: async __delete__();
};