summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl')
-rw-r--r--TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl b/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
deleted file mode 100644
index 36820e2b6d1..00000000000
--- a/TAO/orbsvcs/tests/Bug_2316_Regression/Test.idl
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-
-#ifndef _TEST_IDL_
-#define _TEST_IDL_
-
-interface server
-{
- void method (in Object obj);
- oneway void shutdown ();
-};
-
-#endif // _TEST_IDL_