(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.12.1, Tue Sep 11 15:32:45 2007 UTC (16 years, 9 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-2008-10-23
Changes since 1.5: +14 -19 lines
PEP#: 301
TITLE: VXWorks Porting

DESCRIPTION: Initial Port of VXWorks common directory.

#if defined(PEGASUS_OS_HPUX) 
# include <strstream.h>
# ifndef HAVE_STRSTREAM
#  define HAVE_STRSTREAM 1
# endif
#elif 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_OS_VXWORKS)
# include <strstream>
# 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