summaryrefslogtreecommitdiff
path: root/TAO/tests/Native_Exceptions/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Native_Exceptions/test.idl')
-rw-r--r--TAO/tests/Native_Exceptions/test.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/Native_Exceptions/test.idl b/TAO/tests/Native_Exceptions/test.idl
deleted file mode 100644
index 9ee5a442985..00000000000
--- a/TAO/tests/Native_Exceptions/test.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// $Id$
-//
-
-interface Simple_Server
-{
- long test_method (in long x);
-
- exception Failure {};
- long test_raise (in long x) raises (Failure);
-
- oneway void shutdown ();
-};