summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/included.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/included.idl')
-rw-r--r--TAO/tests/IDL_Test/included.idl33
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/tests/IDL_Test/included.idl b/TAO/tests/IDL_Test/included.idl
deleted file mode 100644
index ca0c246bb8f..00000000000
--- a/TAO/tests/IDL_Test/included.idl
+++ /dev/null
@@ -1,33 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// included.idl
-//
-// = DESCRIPTION
-// This file contains examples of IDL code that has
-// caused problems in the past for the TAO IDL
-// compiler. This test is to make sure the problems
-// stay fixed.
-//
-// = AUTHORS
-// Jeff Parsons <parsons@cs.wustl.edu> and TAO users.
-//
-// ============================================================================
-
-// Included in IDL file 'including.idl'.
-module Aok
-{
- typedef sequence<double> Seq1Type;
-};
-
-enum Agog
-{
- Agog1,
- Agog2,
- Agog3
-};