diff options
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestActorPunningSub.ipdl')
-rw-r--r-- | ipc/ipdl/test/cxx/PTestActorPunningSub.ipdl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ipc/ipdl/test/cxx/PTestActorPunningSub.ipdl b/ipc/ipdl/test/cxx/PTestActorPunningSub.ipdl new file mode 100644 index 000000000..1441219c3 --- /dev/null +++ b/ipc/ipdl/test/cxx/PTestActorPunningSub.ipdl @@ -0,0 +1,16 @@ + +include protocol PTestActorPunning; + +namespace mozilla { +namespace _ipdltest { + +protocol PTestActorPunningSub { + manager PTestActorPunning; + +child: + async Bad(); + async __delete__(); +}; + +} // namespace mozilla +} // namespace _ipdltes |