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

Diff for /pegasus/src/Pegasus/Common/CIMBinMsgDeserializer.cpp between version 1.11.2.6 and 1.11.2.7

version 1.11.2.6, 2013/11/05 19:36:43 version 1.11.2.7, 2014/03/18 14:37:49
Line 160 
Line 160 
     msg->operationContext = operationContext;     msg->operationContext = operationContext;
     msg->internalOperation = internalOperation;     msg->internalOperation = internalOperation;
  
       PEG_TRACE((TRC_DISPATCHER,  Tracer::LEVEL4,
           "Serialize Message id %s type %s binary req %s"
                          " binary resp %s iscomplete %s internal %s",
           (const char*)msg->messageId.getCString(),
           MessageTypeToString(msg->getType()),
           boolToString(msg->binaryRequest),
           boolToString(msg->binaryResponse),
           boolToString(msg->isComplete()),
           boolToString(msg->internalOperation)
           ));
   
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
     return msg;     return msg;
 } }


Legend:
Removed from v.1.11.2.6  
changed lines
  Added in v.1.11.2.7

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2