summaryrefslogtreecommitdiff
path: root/TAO/tests/Connection_Purging/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Connection_Purging/test.idl')
-rw-r--r--TAO/tests/Connection_Purging/test.idl8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tests/Connection_Purging/test.idl b/TAO/tests/Connection_Purging/test.idl
new file mode 100644
index 00000000000..c5d7b77a2e1
--- /dev/null
+++ b/TAO/tests/Connection_Purging/test.idl
@@ -0,0 +1,8 @@
+// $Id$
+
+interface test
+{
+ void send_stuff(in string foo);
+
+// oneway void shutdown ();
+};