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

Diff for /pegasus/src/Pegasus/Common/XmlWriter.h between version 1.81 and 1.82

version 1.81, 2006/11/10 18:14:59 version 1.82, 2007/09/13 09:20:26
Line 555 
Line 555 
  
 inline Buffer& operator<<(Buffer& out, const char* s) inline Buffer& operator<<(Buffer& out, const char* s)
 { {
     out.append(s, strlen(s));      out.append(s, (Uint32)strlen(s));
     return out;     return out;
 } }
  


Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2