summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl')
-rw-r--r--TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl b/TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl
new file mode 100644
index 00000000000..3191d2be3e5
--- /dev/null
+++ b/TAO/orbsvcs/tests/Security/MT_SSLIOP/test.idl
@@ -0,0 +1,15 @@
+//
+// $Id$
+//
+
+interface Simple_Server
+{
+ long test_method (in long x);
+
+ oneway void shutdown ();
+};
+
+interface Another_One
+{
+ long test_method (in long x);
+};