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

Diff for /pegasus/src/Pegasus/Common/Attic/CIMMessageDeserializer.cpp between version 1.32 and 1.33

version 1.32, 2006/03/01 20:52:13 version 1.33, 2006/03/28 19:06:44
Line 69 
Line 69 
     Uint64 timeProviderEnd;     Uint64 timeProviderEnd;
 #endif #endif
     Boolean isComplete;     Boolean isComplete;
       Uint32 index;
     OperationContext operationContext;     OperationContext operationContext;
  
     XmlReader::expectStartTag(parser, entry, "PGMESSAGE");     XmlReader::expectStartTag(parser, entry, "PGMESSAGE");
Line 96 
Line 97 
     XmlReader::getValueElement(parser, CIMTYPE_BOOLEAN, genericValue);     XmlReader::getValueElement(parser, CIMTYPE_BOOLEAN, genericValue);
     genericValue.get(isComplete);     genericValue.get(isComplete);
  
       XmlReader::getValueElement(parser, CIMTYPE_UINT32, genericValue);
       genericValue.get(index);
   
     _deserializeOperationContext(parser, operationContext);     _deserializeOperationContext(parser, operationContext);
  
     if (XmlReader::testStartTag(parser, entry, "PGREQ"))     if (XmlReader::testStartTag(parser, entry, "PGREQ"))
Line 130 
Line 134 
         Uint32(timeProviderEnd % Uint64(1000000))));         Uint32(timeProviderEnd % Uint64(1000000))));
 #endif #endif
     message->setComplete(isComplete);     message->setComplete(isComplete);
       message->setIndex(index);
     message->operationContext = operationContext;     message->operationContext = operationContext;
  
     return message;     return message;


Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2