diff options
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl')
-rw-r--r-- | ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl b/ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl new file mode 100644 index 000000000..7a4e87d83 --- /dev/null +++ b/ipc/ipdl/test/cxx/PTestDataStructuresSub.ipdl @@ -0,0 +1,15 @@ +include PTestDataStructuresCommon; +include protocol PTestDataStructures; + +namespace mozilla { +namespace _ipdltest { + +sync protocol PTestDataStructuresSub { + manager PTestDataStructures; + +parent: + sync __delete__(); +}; + +} // namespace _ipdltest +} // namespace mozilla |