summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/Security/Crash_Test/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/tests/Security/Crash_Test/test.idl')
-rw-r--r--trunk/TAO/orbsvcs/tests/Security/Crash_Test/test.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/tests/Security/Crash_Test/test.idl b/trunk/TAO/orbsvcs/tests/Security/Crash_Test/test.idl
new file mode 100644
index 00000000000..a62d8becc91
--- /dev/null
+++ b/trunk/TAO/orbsvcs/tests/Security/Crash_Test/test.idl
@@ -0,0 +1,10 @@
+/*
+ * $Id$
+ */
+
+interface Simple_Server
+{
+ void send_line (in string line);
+
+ oneway void shutdown ();
+};