diff options
Diffstat (limited to 'ipc/ipdl/test/cxx/PTestSyncWakeup.ipdl')
-rw-r--r-- | ipc/ipdl/test/cxx/PTestSyncWakeup.ipdl | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ipc/ipdl/test/cxx/PTestSyncWakeup.ipdl b/ipc/ipdl/test/cxx/PTestSyncWakeup.ipdl deleted file mode 100644 index 807f558dfa..0000000000 --- a/ipc/ipdl/test/cxx/PTestSyncWakeup.ipdl +++ /dev/null @@ -1,23 +0,0 @@ -include "mozilla/_ipdltest/TestSyncWakeup.h"; - -namespace mozilla { -namespace _ipdltest { - -[ManualDealloc, ChildImpl="TestSyncWakeupChild", ParentImpl="TestSyncWakeupParent"] -intr protocol PTestSyncWakeup { -both: - [LegacyIntr] intr StackFrame(); - -child: - async Start(); - async Note1(); - async Note2(); - -parent: - sync Sync1(); - sync Sync2(); - async __delete__(); -}; - -} // namespace _ipdltest -} // namespace mozilla |