(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.1 and 1.2

version 1.1, 2001/05/24 00:16:35 version 1.2, 2004/06/30 20:21:52
Line 1 
Line 1 
 #include "strstream.h"  #if defined(PEGASUS_OS_HPUX) || defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)
   #include <strstream.h>
   #ifndef HAVE_STRSTREAM
   #define HAVE_STRSTREAM
   #endif
   
   #else
   #include <sstream>
   
   #ifndef HAVE_STREAM
   #define HAVE_SSTREAM 1
   #endif
   
   #endif
   


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2