(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.5.20.1, Tue Jul 1 14:19:39 2008 UTC (16 years ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.5: +21 -21 lines
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

#if defined(PEGASUS_PLATFORM_WIN64_IA64_MSVC) || \
    defined(PEGASUS_PLATFORM_WIN64_X86_64_MSVC) || \
    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