summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl b/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
deleted file mode 100644
index b3aed65f2df..00000000000
--- a/CIAO/tests/IDL3/ImpliedIDL/All/raw_include.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-// $Id$
-/**
- * @file raw_include.idl
- * @author Jeff Parsons <j.parsons@vanderbilt.edu>
- *
- * Tests tool's 'excluded file' feature, which allows the user
- * to specifcy the generation of an #include for this file, in
- * an IDL2 file corresponding to the IDL3 file this one is
- * included in unchanged, without the '_IDL2' suffix.
- */
-
-#ifndef RAW_INCLUDE_IDL
-#define RAW_INCLUDE_IDL
-
-module carnsarn
-{
- typedef boolean t_or_f;
-
- struct one
- {
- short shortshort;
- string along;
- wstring<3> trinity;
- };
-};
-
-#endif /* RAW_INCLUDE_IDL */