summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2287_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2287_Regression/Test.idl')
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/Test.idl24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/Test.idl b/TAO/orbsvcs/tests/Bug_2287_Regression/Test.idl
deleted file mode 100644
index 9e1fa22e0be..00000000000
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/Test.idl
+++ /dev/null
@@ -1,24 +0,0 @@
-//
-// $Id$
-//
-
-/// Put the interfaces in a module, to avoid global namespace pollution
-module Test
-{
- interface Hello
- {
- /// A method to shutdown the ORB
- /**
- * This method is used to simplify the test shutdown process
- */
- oneway void shutdown ();
-
- // Lets make sure things are working
- void ping ();
-
- // The client calls this method which will generate
- // a locate forward to the same IOGR on every invocation
- // until well after the request expiration time when it will then succeed
- void throw_location_forward ();
- };
-};