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

Diff for /pegasus/src/Pegasus/Common/IndicationRouter.h between version 1.1 and 1.1.2.3

version 1.1, 2011/08/11 12:12:33 version 1.1.2.3, 2012/02/15 17:47:07
Line 106 
Line 106 
     DeliveryStatusAggregator(     DeliveryStatusAggregator(
         const String &origMessageId_,         const String &origMessageId_,
         Uint32 responseQid_,         Uint32 responseQid_,
         const String &oopAgentName_);          const String &oopAgentName_,
           Boolean waitUntilDelivered_);
  
     // Verifies if the ExpectedResponseCount matches the CurrentResponseCount     // Verifies if the ExpectedResponseCount matches the CurrentResponseCount
     // and delivers the CIMProcessIndicationResponseMessage to the waiter.     // and delivers the CIMProcessIndicationResponseMessage to the waiter.
Line 123 
Line 124 
     String origMessageId;     String origMessageId;
     Uint32 responseQid;     Uint32 responseQid;
     String oopAgentName;     String oopAgentName;
       // If this flag is set to true, CIMProcessIndicationResponseMessage will
       // be sent only after the indication is delivered.
       Boolean waitUntilDelivered;
 private: private:
     void _sendDeliveryStausResponse();     void _sendDeliveryStausResponse();
     DeliveryStatusAggregator(     DeliveryStatusAggregator(


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2