(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.43 and 1.44

version 1.43, 2002/04/08 19:03:56 version 1.44, 2002/04/08 20:21:12
Line 37 
Line 37 
 #include "CIMQualifierDecl.h" #include "CIMQualifierDecl.h"
 #include "XmlWriter.h" #include "XmlWriter.h"
 #include "XmlParser.h" #include "XmlParser.h"
   #include "Tracer.h"
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 738 
Line 739 
     Array<Sint8>& out,     Array<Sint8>& out,
     const CIMException& cimException)     const CIMException& cimException)
 { {
       PEG_TRACE_STRING(TRC_XML_WRITER, Tracer::LEVEL2,
                        cimException.getTraceMessage());
   
     out << "<ERROR";     out << "<ERROR";
     out << " CODE=\"" << Uint32(cimException.getCode()) << "\"";     out << " CODE=\"" << Uint32(cimException.getCode()) << "\"";
     if (cimException.getMessage() != String::EMPTY)     if (cimException.getMessage() != String::EMPTY)


Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2