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

Diff for /pegasus/src/Pegasus/Common/CIMMessage.h between version 1.114 and 1.114.4.1

version 1.114, 2010/07/05 08:58:36 version 1.114.4.1, 2011/07/18 04:16:31
Line 1359 
Line 1359 
 public: public:
     CIMStopAllProvidersRequestMessage(     CIMStopAllProvidersRequestMessage(
         const String& messageId_,         const String& messageId_,
         const QueueIdStack& queueIds_)          const QueueIdStack& queueIds_,
           Uint32 shutdownTimeout_ = 0)
     : CIMRequestMessage(     : CIMRequestMessage(
         CIM_STOP_ALL_PROVIDERS_REQUEST_MESSAGE,         CIM_STOP_ALL_PROVIDERS_REQUEST_MESSAGE,
         messageId_,         messageId_,
         queueIds_)          queueIds_),
           shutdownTimeout(shutdownTimeout_)
     {     {
     }     }
  
     virtual CIMResponseMessage* buildResponse() const;     virtual CIMResponseMessage* buildResponse() const;
       Uint32 shutdownTimeout;
 }; };
  
 // Used to pass initialization data to an Out-of-Process Provider Agent process // Used to pass initialization data to an Out-of-Process Provider Agent process


Legend:
Removed from v.1.114  
changed lines
  Added in v.1.114.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2