(file) Return to strstream CVS log (file) (dir) Up to [Pegasus] / pegasus / src / stdcxx / stream

File: [Pegasus] / pegasus / src / stdcxx / stream / strstream (download)
Revision: 1.4.60.1, Mon Aug 25 19:18:16 2008 UTC (15 years, 10 months ago) by kumpf
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3
Changes since 1.4: +19 -18 lines
BUG#: 7856
TITLE: Use strstream instead of strstream.h on HP-UX Integrity
DESCRIPTION: Update to be compatible with newer C-Cover releases.

#if defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC) || \
    defined(PEGASUS_OS_AIX) || \
    defined(PEGASUS_PLATFORM_HPUX_IA64_ACC)
# include <strstream>

# ifndef HAVE_STRSTREAM
#  define HAVE_STRSTREAM 1
# endif

#elif defined(PEGASUS_OS_HPUX) 
# include <strstream.h>

# ifndef HAVE_STRSTREAM
#  define HAVE_STRSTREAM 1
# endif

#else
# include <sstream>
# ifndef HAVE_STREAM
#  define HAVE_SSTREAM 1
# endif

#endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2