(file) Return to String.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/String.h between version 1.71 and 1.73

version 1.71, 2002/09/20 22:15:05 version 1.73, 2002/10/07 17:42:04
Line 32 
Line 32 
 #define Pegasus_String_h #define Pegasus_String_h
  
 #ifdef PEGASUS_OS_HPUX #ifdef PEGASUS_OS_HPUX
   # ifdef HPUX_IA64_NATIVE_COMPILER
   #  include <iostream>
   # else
 # include <iostream.h> # include <iostream.h>
   # endif
 #else #else
 # include <iostream> # include <iostream>
 #endif #endif
Line 220 
Line 224 
         @return This String         @return This String
         <pre>         <pre>
             String t1 = "abc";             String t1 = "abc";
             t1 += Char16('d')              t1.append (Char16('d'));
             assert(t1 == "abcd");             assert(t1 == "abcd");
         </pre>         </pre>
     */     */


Legend:
Removed from v.1.71  
changed lines
  Added in v.1.73

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2