summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/keywords.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/keywords.idl')
-rw-r--r--TAO/tests/IDL_Test/keywords.idl34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/tests/IDL_Test/keywords.idl b/TAO/tests/IDL_Test/keywords.idl
deleted file mode 100644
index d6b39c590ac..00000000000
--- a/TAO/tests/IDL_Test/keywords.idl
+++ /dev/null
@@ -1,34 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/IDL_Test
-//
-// = FILENAME
-// keywords.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.
-//
-// ============================================================================
-
-// All these identifiers should be accepted, but
-// prepended with _cxx_.
-
-struct Keywords
-{
- unsigned short or;
- char or_eq;
- octet private;
- boolean protected;
- float public;
- double int;
-};
-