summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Redirection/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Redirection/test.idl')
-rw-r--r--TAO/tests/Portable_Interceptors/Redirection/test.idl17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tests/Portable_Interceptors/Redirection/test.idl b/TAO/tests/Portable_Interceptors/Redirection/test.idl
deleted file mode 100644
index 8a89326b9c9..00000000000
--- a/TAO/tests/Portable_Interceptors/Redirection/test.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- IDL -*-
-// $Id$
-
-#include "tao/PI_Server/PI_Server_include.pidl"
-
-module RedirectionTest
-{
- interface test
- {
- /// Return the number assigned to the current object. For
- /// example, object one will return "1," and object two will
- /// return "2."
- short number ();
-
- oneway void shutdown ();
- };
-};