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

Diff for /pegasus/src/Pegasus/Common/XmlWriter.cpp between version 1.92 and 1.93

version 1.92, 2003/08/12 17:51:58 version 1.93, 2003/08/20 00:40:14
Line 532 
Line 532 
     out << "<LOCALNAMESPACEPATH>\n";     out << "<LOCALNAMESPACEPATH>\n";
  
     char* nameSpaceCopy = strdup(nameSpace.getString().getCStringUTF8());     char* nameSpaceCopy = strdup(nameSpace.getString().getCStringUTF8());
 #ifdef PEGASUS_PLATFORM_SOLARIS_SPARC_CC  #if defined(PEGASUS_PLATFORM_SOLARIS_SPARC_CC) || \
       defined(PEGASUS_OS_HPUX) || \
       defined(PEGASUS_OS_LINUX)
     char *last;     char *last;
     for (const char* p = strtok_r(nameSpaceCopy, "/", &last); p;     for (const char* p = strtok_r(nameSpaceCopy, "/", &last); p;
                                          p = strtok_r(NULL, "/", &last))                                          p = strtok_r(NULL, "/", &last))


Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2