summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/da_tests.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/da_tests.idl')
-rw-r--r--TAO/tests/DynAny_Test/da_tests.idl30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tests/DynAny_Test/da_tests.idl b/TAO/tests/DynAny_Test/da_tests.idl
deleted file mode 100644
index b7f3ebe4476..00000000000
--- a/TAO/tests/DynAny_Test/da_tests.idl
+++ /dev/null
@@ -1,30 +0,0 @@
-/* -*- C++ -*- */
-//
-// $Id$
-//
-
-module DynAnyTests
-{
- struct enclosed_struct {
- long l;
- string str;
- };
-
- struct test_struct {
- short s;
- double d;
- enclosed_struct es;
- };
-
- typedef sequence<enclosed_struct> test_seq;
-
- const unsigned long DIM = 3;
- typedef long test_array [DIM];
-
- enum test_enum {
- ZERO,
- ONE,
- TWO,
- THREE
- };
-}; \ No newline at end of file