(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.7, Tue Dec 16 18:58:12 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_PEP317_1JUNE_2013, TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, TASK-PEP317_pullop-root, RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1, RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, RELEASE_2_9-branch, RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch, HPUX_TEST, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.6: +1 -1 lines
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

#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