aboutsummaryrefslogtreecommitdiff
path: root/dep/ACE_wrappers/ace/iosfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/ACE_wrappers/ace/iosfwd.h')
-rw-r--r--dep/ACE_wrappers/ace/iosfwd.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/dep/ACE_wrappers/ace/iosfwd.h b/dep/ACE_wrappers/ace/iosfwd.h
index 561e15e8ad8..bed916d560a 100644
--- a/dep/ACE_wrappers/ace/iosfwd.h
+++ b/dep/ACE_wrappers/ace/iosfwd.h
@@ -1,5 +1,4 @@
// -*- C++ -*-
-
//=============================================================================
/**
* @file iosfwd.h
@@ -19,29 +18,21 @@
*/
//=============================================================================
-
#ifndef ACE_IOSFWD_H
#define ACE_IOSFWD_H
-
#include /**/ "ace/pre.h"
-
#include /**/ "ace/config-all.h"
-
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
-
#if defined (__APPLE_CC__)
// Should this really be here? dhinton
// FUZZ: disable check_for_streams_include
# include "ace/streams.h"
#endif
-
#if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && \
(ACE_HAS_STANDARD_CPP_LIBRARY != 0)
-
# if !defined (ACE_USES_OLD_IOSTREAMS)
# include /**/ <iosfwd>
# else
@@ -59,10 +50,8 @@
class ofstream;
class fstream;
# endif /* ! ACE_USES_OLD_IOSTREAMS */
-
# if defined (ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB) && \
(ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB != 0)
-
# if !defined (ACE_USES_OLD_IOSTREAMS)
// Make these available in the global name space
using std::ios;
@@ -75,11 +64,8 @@
using std::ofstream;
using std::fstream;
# endif /* ! ACE_USES_OLD_IOSTREAMS */
-
# endif /* ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB */
-
#else /* ! ACE_HAS_STANDARD_CPP_LIBRARY */
-
class ios;
class streambuf;
class istream;
@@ -89,12 +75,8 @@
class ifstream;
class ofstream;
class fstream;
-
# endif /* ! ACE_HAS_STANDARD_CPP_LIBRARY */
-
#include /**/ "ace/post.h"
-
#endif /* ACE_LACKS_IOSTREAM_TOTALLY */
-
#endif /* ACE_IOSFWD_H */