summaryrefslogtreecommitdiff
path: root/ace/stdcpp.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-22 05:10:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-11-22 05:10:33 +0000
commit2f5432a85a66c5f618cdaf8032f13be787311a31 (patch)
tree5ece8e95375cf7088ce6633c23421ceaaab9b039 /ace/stdcpp.h
parent88aa3350698954b097db8533a892fb45f6e59149 (diff)
downloadATCD-2f5432a85a66c5f618cdaf8032f13be787311a31.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/stdcpp.h')
-rw-r--r--ace/stdcpp.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/ace/stdcpp.h b/ace/stdcpp.h
index 35729cf98f1..a1542fedac7 100644
--- a/ace/stdcpp.h
+++ b/ace/stdcpp.h
@@ -25,24 +25,24 @@
#if defined (ACE_HAS_STANDARD_CPP_LIBRARY)
// For some reason, The Standard C++ Library has decided to save space
// and ommit the file extensions.
-#include <iomanip>
-#include <ios>
-#include <iostream>
-#include <istream>
-#include <ostream>
-#include <streambuf>
+#include /**/ <iomanip>
+#include /**/ <ios>
+#include /**/ <iostream>
+#include /**/ <istream>
+#include /**/ <ostream>
+#include /**/ <streambuf>
#else /* ACE_HAS_STANDARD_CPP_LIBRARY */
-#include <fstream.h>
-#include <iomanip.h>
-#include <ios.h>
-#include <iostream.h>
-#include <istream.h>
-#include <ostream.h>
-#include <streamb.h>
-#include <strstrea.h>
+#include /**/ <fstream.h>
+#include /**/ <iomanip.h>
+#include /**/ <ios.h>
+#include /**/ <iostream.h>
+#include /**/ <istream.h>
+#include /**/ <ostream.h>
+#include /**/ <streamb.h>
+#include /**/ <strstrea.h>
#endif /* ACE_HAS_STANDARD_CPP_LIBRARY */
#else /* ACE_WIN32 */
// All platforms except for NT include iostream.h.
-#include <iostream.h>
+#include /**/ <iostream.h>
#endif /* ACE_WIN32 */