summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test.idl')
-rw-r--r--TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test.idl23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test.idl b/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test.idl
deleted file mode 100644
index 107fea38768..00000000000
--- a/TAO/orbsvcs/tests/Security/MT_IIOP_SSL/test.idl
+++ /dev/null
@@ -1,23 +0,0 @@
-//
-// $Id$
-//
-
-interface Simple_Server
-{
- exception WrongProtocolType {};
-
- /// A ping call to set up connections
- void ping ();
-
- /** Validate the connection to see whether we have used the right
- * protocol type. A succesful validation would return nothing and
- * an unsuccessful validation would return an exception.
- */
- void validate_protocol ()
- raises (WrongProtocolType);
-
- /// A simple call
- long test_method (in long x);
-
- oneway void shutdown ();
-};