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

Diff for /pegasus/src/Pegasus/Common/CIMMessage.cpp between version 1.29 and 1.30

version 1.29, 2006/11/07 21:30:36 version 1.30, 2007/07/24 20:02:06
Line 525 
Line 525 
     return response.release();     return response.release();
 } }
  
 CIMMessage::CIMMessage(Uint32 type, const String& messageId_)  CIMMessage::CIMMessage(
       MessageType type,
       const String& messageId_)
     : Message(type), messageId(messageId_)     : Message(type), messageId(messageId_)
 { {
     operationContext.insert(     operationContext.insert(
Line 535 
Line 537 
 } }
  
 CIMRequestMessage::CIMRequestMessage( CIMRequestMessage::CIMRequestMessage(
     Uint32 type_, const String& messageId_, const QueueIdStack& queueIds_)      MessageType type_,
       const String& messageId_,
       const QueueIdStack& queueIds_)
     : CIMMessage(type_, messageId_), queueIds(queueIds_)     : CIMMessage(type_, messageId_), queueIds(queueIds_)
 { {
 } }
  
 CIMResponseMessage::CIMResponseMessage( CIMResponseMessage::CIMResponseMessage(
     Uint32 type_,      MessageType type_,
     const String& messageId_,     const String& messageId_,
     const CIMException& cimException_,     const CIMException& cimException_,
     const QueueIdStack& queueIds_)     const QueueIdStack& queueIds_)
Line 553 
Line 557 
 } }
  
 CIMOperationRequestMessage::CIMOperationRequestMessage( CIMOperationRequestMessage::CIMOperationRequestMessage(
     Uint32 type_,      MessageType type_,
     const String& messageId_,     const String& messageId_,
     const QueueIdStack& queueIds_,     const QueueIdStack& queueIds_,
     const String& authType_,     const String& authType_,


Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2