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

Diff for /pegasus/src/stdcxx/stream/strstream between version 1.5 and 1.5.20.1

version 1.5, 2007/01/11 16:22:09 version 1.5.20.1, 2008/07/01 15:19:39
Line 1 
Line 1 
 #if defined(PEGASUS_OS_HPUX)  #if defined(PEGASUS_PLATFORM_WIN64_IA64_MSVC) || \
 #include <strstream.h>      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 #ifndef HAVE_STRSTREAM
 #define HAVE_STRSTREAM 1 #define HAVE_STRSTREAM 1
 #endif #endif
  
 #elif defined(PEGASUS_PLATFORM_WIN64_IA64_MSVC) || \  #elif defined(PEGASUS_OS_HPUX)
       defined(PEGASUS_PLATFORM_WIN64_X86_64_MSVC) || \  # include <strstream.h>
       defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC) || \  
       defined(PEGASUS_OS_AIX)  
 #include <strstream>  
  
 #ifndef HAVE_STRSTREAM #ifndef HAVE_STRSTREAM
 #define HAVE_STRSTREAM 1 #define HAVE_STRSTREAM 1
Line 22 
Line 23 
 #endif #endif
  
 #endif #endif
   


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.20.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2