diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/Parray_OfActorsSub.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/ok/Parray_OfActorsSub.ipdl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/Parray_OfActorsSub.ipdl b/ipc/ipdl/test/ipdl/ok/Parray_OfActorsSub.ipdl new file mode 100644 index 0000000000..6769e98abb --- /dev/null +++ b/ipc/ipdl/test/ipdl/ok/Parray_OfActorsSub.ipdl @@ -0,0 +1,7 @@ +include protocol Parray_OfActors; + +protocol Parray_OfActorsSub { + manager Parray_OfActors; + +child: async __delete__(); +}; |