(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.2 and 1.3

version 1.2, 2004/06/30 20:21:52 version 1.3, 2004/07/01 00:05:14
Line 1 
Line 1 
 #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)  #if defined(PEGASUS_OS_HPUX)
 #include <strstream.h> #include <strstream.h>
   
   #ifndef HAVE_STRSTREAM
   #define HAVE_STRSTREAM 1
   #endif
   
   #elif defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)
   #include <strstream>
   
 #ifndef HAVE_STRSTREAM #ifndef HAVE_STRSTREAM
 #define HAVE_STRSTREAM  #define HAVE_STRSTREAM 1
 #endif #endif
  
 #else #else
 #include <sstream> #include <sstream>
   
 #ifndef HAVE_STREAM #ifndef HAVE_STREAM
 #define HAVE_SSTREAM 1 #define HAVE_SSTREAM 1
 #endif #endif


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2