(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.46 and 1.47

version 1.46, 2013/03/28 19:54:32 version 1.47, 2013/06/11 11:18:29
Line 1740 
Line 1740 
         const String& messageId_,         const String& messageId_,
         const CIMException& cimException_,         const CIMException& cimException_,
         const QueueIdStack& queueIds_,         const QueueIdStack& queueIds_,
         String oopAgentName_ )          String oopAgentName_,
           CIMInstance subscription_)
 : CIMResponseMessage(CIM_PROCESS_INDICATION_RESPONSE_MESSAGE, : CIMResponseMessage(CIM_PROCESS_INDICATION_RESPONSE_MESSAGE,
         messageId_, cimException_, queueIds_),         messageId_, cimException_, queueIds_),
     oopAgentName(oopAgentName_)      oopAgentName(oopAgentName_),
       subscription(subscription_)
 { {
 } }
  


Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2