summaryrefslogtreecommitdiff
path: root/tests/MT_NoUpcall_Client_Leader/SharedIntf.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/MT_NoUpcall_Client_Leader/SharedIntf.idl')
-rw-r--r--tests/MT_NoUpcall_Client_Leader/SharedIntf.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/MT_NoUpcall_Client_Leader/SharedIntf.idl b/tests/MT_NoUpcall_Client_Leader/SharedIntf.idl
new file mode 100644
index 00000000000..0081a42b4d0
--- /dev/null
+++ b/tests/MT_NoUpcall_Client_Leader/SharedIntf.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+module Test_Idl {
+ interface SharedIntf {
+ void ping();
+ oneway void farewell();
+ };
+};