summaryrefslogtreecommitdiff
path: root/tests/CE_fostream.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2006-03-01 23:48:42 +0000
committerSteve Huston <shuston@riverace.com>2006-03-01 23:48:42 +0000
commiteb01a562bb2a0940e718071b2c0242fd7b5f37c2 (patch)
tree27fcb11a8f103798c8eb21a3b02d4106218ca949 /tests/CE_fostream.cpp
parent608a3e2cd05862f9c497ae7bc4859d9d4c03f022 (diff)
downloadATCD-eb01a562bb2a0940e718071b2c0242fd7b5f37c2.tar.gz
ChangeLogTag:Wed Mar 1 23:47:13 UTC 2006 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'tests/CE_fostream.cpp')
-rw-r--r--tests/CE_fostream.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/CE_fostream.cpp b/tests/CE_fostream.cpp
index 7ebb9b168d7..45641fb6e77 100644
--- a/tests/CE_fostream.cpp
+++ b/tests/CE_fostream.cpp
@@ -2,8 +2,8 @@
#include "CE_fostream.h"
-// This is CE only.
-#if defined (ACE_HAS_WINCE)
+// This is CE only, prior to availability of iostreams (VC 8).
+#if defined (ACE_HAS_WINCE) && defined (ACE_LACKS_IOSTREAM_TOTALLY)
ACE_CE_fostream* ACE_CE_fostream::instance_ = 0;
@@ -146,4 +146,4 @@ ACE_CE_fostream& ACE_CE_fostream::operator << (const void* v)
return *this;
}
-#endif /* ACE_HAS_WINCE */
+#endif /* ACE_HAS_WINCE && ACE_LACKS_IOSTREAMS_TOTALLY */