summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl')
-rw-r--r--TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl b/TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl
deleted file mode 100644
index a186afb08e8..00000000000
--- a/TAO/tests/Portable_Interceptors/ORB_Shutdown/test.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- IDL -*-
-
-//=============================================================================
-/**
- * @file test.idl
- *
- * $Id$
- *
- * Simple IDL file to test PortableInterceptor/ORB::shutdown()
- * semantics.
- *
- * @author Ossama Othman <ossama@dre.vanderbilt.edu>
- */
-//=============================================================================
-
-interface test
-{
- void hello ();
-
- oneway void shutdown ();
-};