diff options
Diffstat (limited to 'ipc/ipdl/test/ipdl/ok/PmanagerProtocol.ipdl')
-rw-r--r-- | ipc/ipdl/test/ipdl/ok/PmanagerProtocol.ipdl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ipc/ipdl/test/ipdl/ok/PmanagerProtocol.ipdl b/ipc/ipdl/test/ipdl/ok/PmanagerProtocol.ipdl new file mode 100644 index 0000000000..40d1de31b0 --- /dev/null +++ b/ipc/ipdl/test/ipdl/ok/PmanagerProtocol.ipdl @@ -0,0 +1,11 @@ +include protocol PmanagedProtocol; + +// sanity check of managed/manager protocols + +protocol PmanagerProtocol { + manages PmanagedProtocol; + +parent: + async PmanagedProtocol(int i); + +}; |