summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Client/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Client/test.idl')
-rw-r--r--TAO/tests/MT_Client/test.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/MT_Client/test.idl b/TAO/tests/MT_Client/test.idl
deleted file mode 100644
index cbb8054de28..00000000000
--- a/TAO/tests/MT_Client/test.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * $Id$
- */
-
-/// A simple interface to test the ORB
-interface Simple_Server
-{
- /// This method is a noop, and it is used just to exercise the
- /// critical path
- void test_method ();
-
- /// Shutdown the server
- /**
- * Provide a simple way to cleanup the test when it finishes
- */
- oneway void shutdown ();
-};