summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/include
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-10 13:41:28 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-10 13:41:28 +0000
commit03738307d734b91d1a100e40064784335006aa72 (patch)
treef85592de855a1c1713286c8431f68ef4b3fd47c9 /TAO/TAO_IDL/include
parentdec3c998e37434461a99f982bb6064f2af9a3beb (diff)
downloadATCD-03738307d734b91d1a100e40064784335006aa72.tar.gz
ChangeLogTag: Wed Jul 10 08:36:49 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/TAO_IDL/include')
-rw-r--r--TAO/TAO_IDL/include/ast_decl.h6
-rw-r--r--TAO/TAO_IDL/include/utl_idlist.h7
-rw-r--r--TAO/TAO_IDL/include/utl_indenter.h7
3 files changed, 13 insertions, 7 deletions
diff --git a/TAO/TAO_IDL/include/ast_decl.h b/TAO/TAO_IDL/include/ast_decl.h
index 40128efa07f..4620d3b3124 100644
--- a/TAO/TAO_IDL/include/ast_decl.h
+++ b/TAO/TAO_IDL/include/ast_decl.h
@@ -77,12 +77,6 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "utl_scoped_name.h"
#include "idl_narrow.h"
-// Needed to recognize ACE_OSTREAM_TYPE, and for BCB it's
-// not included in ace/OS.h, so we include it here.
-#if defined (__BORLANDC__)
-# include "ace/streams.h"
-#endif
-
// This is for AIX w/IBM C++
class Identifier;
diff --git a/TAO/TAO_IDL/include/utl_idlist.h b/TAO/TAO_IDL/include/utl_idlist.h
index 92a38e297cc..5b82ae238c1 100644
--- a/TAO/TAO_IDL/include/utl_idlist.h
+++ b/TAO/TAO_IDL/include/utl_idlist.h
@@ -75,10 +75,15 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
// will cease to operate correctly if you use either multiple or
// public virtual inheritance.
-#include "TAO_IDL_FE_Export.h"
#include "utl_list.h"
#include "ace/OS.h"
+// Needed to recognize ACE_OSTREAM_TYPE, and for BCB it's
+// not included in ace/OS.h, so we include it here.
+#if defined (__BORLANDC__)
+# include "ace/streams.h"
+#endif
+
class Identifier;
class TAO_IDL_FE_Export UTL_IdList : public UTL_List
diff --git a/TAO/TAO_IDL/include/utl_indenter.h b/TAO/TAO_IDL/include/utl_indenter.h
index 451fffe6417..2b59f95ff1f 100644
--- a/TAO/TAO_IDL/include/utl_indenter.h
+++ b/TAO/TAO_IDL/include/utl_indenter.h
@@ -69,6 +69,13 @@ trademarks or registered trademarks of Sun Microsystems, Inc.
#include "ace/OS.h"
+// Needed to recognize ACE_OSTREAM_TYPE, and for BCB it's
+// not included in ace/OS.h, so we include it here.
+#if defined (__BORLANDC__)
+# include "ace/streams.h"
+#endif
+
+
// Utility class for control of indentation level during dumping
// May also be useful for BEs that want to produce nicely formatted
// output.