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

Diff for /pegasus/src/Pegasus/Client/CIMOperationResponseDecoder.cpp between version 1.10 and 1.11

version 1.10, 2002/03/29 23:56:21 version 1.11, 2002/04/04 02:33:36
Line 201 
Line 201 
         // Process <?xml ... >         // Process <?xml ... >
         //         //
  
         XmlReader::expectXmlDeclaration(parser, entry);          const char* xmlVersion = 0;
           const char* xmlEncoding = 0;
   
           XmlReader::getXmlDeclaration(parser, xmlVersion, xmlEncoding);
  
         //         //
         // Process <CIM ... >         // Process <CIM ... >


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2