summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-14 14:48:49 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-14 14:48:49 +0000
commit57ea31cf4092dd2980746d5caf25f51a76107570 (patch)
treefa319160f319a03d8d2c87177dd910c2793904ca /ace/Log_Msg.h
parent70f1ba65174b2f952496d6b131cf8203eb7dfc4b (diff)
downloadATCD-57ea31cf4092dd2980746d5caf25f51a76107570.tar.gz
Updated to use MSVC 5 features and the ability to use Standard C++
libraries.
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index 4c3227f7d45..f59b932a303 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -89,8 +89,10 @@
#include "ace/Log_Record.h"
-// In case iostream.h is not #included before this header . . .
-class ostream;
+// In case ace/stdcpp.h is not #included before this header . . .
+#if !defined(ACE_STDCPP_H)
+ class ostream;
+#endif
#define ACE_LOG_MSG ACE_Log_Msg::instance ()