summaryrefslogtreecommitdiff
path: root/ace/IOStream.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-04-10 23:10:04 +0000
committerSteve Huston <shuston@riverace.com>2001-04-10 23:10:04 +0000
commitb2e533c4cf6b6838876f7bf1c10a607e342d2845 (patch)
tree520dd87282b6a668451a23cd80d2957eebbc4fbe /ace/IOStream.h
parentd77df7ce0c095ef5531ef7f5df1da81d586e751b (diff)
downloadATCD-b2e533c4cf6b6838876f7bf1c10a607e342d2845.tar.gz
ChangeLogTag:Tue Apr 10 18:35:22 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index 3846640acda..994261213af 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -22,7 +22,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#if !defined (ACE_LACKS_ACE_IOSTREAM)
+#if !defined (ACE_LACKS_ACE_IOSTREAM) && defined (ACE_USES_OLD_IOSTREAMS)
#include "ace/streams.h"
@@ -496,7 +496,7 @@ typedef ostream& (*__omanip_)(ostream&);
// Include the templates here.
#include "ace/IOStream_T.h"
-#endif /* !ACE_LACKS_ACE_IOSTREAM */
+#endif /* !ACE_LACKS_ACE_IOSTREAM && ACE_USES_OLD_IOSTREAMS */
#include "ace/post.h"
#endif /* ACE_IOSTREAM_H */