summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1020_Basic_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1020_Basic_Regression/Test.idl')
-rw-r--r--TAO/tests/Bug_1020_Basic_Regression/Test.idl29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/tests/Bug_1020_Basic_Regression/Test.idl b/TAO/tests/Bug_1020_Basic_Regression/Test.idl
deleted file mode 100644
index 6d876f27312..00000000000
--- a/TAO/tests/Bug_1020_Basic_Regression/Test.idl
+++ /dev/null
@@ -1,29 +0,0 @@
-/**
- * @file Test.idl
- *
- * $Id$
- *
- * @author Carlos O'Ryan <coryan@atdesk.com>
- *
- */
-#ifndef BUG_1020_TEST_IDL
-#define BUG_1020_TEST_IDL
-
-module Test
-{
- typedef sequence<octet> Payload;
-
- interface Echo
- {
- void echo_payload (inout Payload data);
- };
-
- interface Echo_Caller
- {
- void start_task(in Echo client);
-
- oneway void shutdown();
- };
-};
-
-#endif /* BUG_1020_TEST_IDL */