summaryrefslogtreecommitdiff
path: root/ace/stdstreams.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/stdstreams.h')
-rw-r--r--ace/stdstreams.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/ace/stdstreams.h b/ace/stdstreams.h
new file mode 100644
index 00000000000..48b8c2ac6f0
--- /dev/null
+++ b/ace/stdstreams.h
@@ -0,0 +1,30 @@
+/* -*- C++ -*- */
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// ace
+//
+// = FILENAME
+// stdstreams.h
+//
+// = AUTHOR
+// David L. Levine
+//
+// = DESCRIPTION
+// Wrapper for streams library #includes. For use by application code
+// when they want to #include iostream, fstream, etc.
+//
+// ============================================================================
+
+#if !defined (ACE_STDSTREAMS_H)
+#define ACE_STDSTREAMS_H
+
+#if defined (ACE_HAS_MINIMUM_STREAMH_INCLUSION)
+# undef ACE_HAS_MINIMUM_STREAMH_INCLUSION
+#endif /* ACE_HAS_MINIMUM_STREAMH_INCLUSION */
+
+#include "ace/stdcpp.h"
+
+#endif /* ACE_STDSTREAMS_H */