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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationOperationAggregate.h between version 1.17 and 1.17.8.1

version 1.17, 2008/12/02 09:01:39 version 1.17.8.1, 2011/10/11 18:18:21
Line 63 
Line 63 
  
         @param   origRequest           the original request, if any, received by         @param   origRequest           the original request, if any, received by
                                            the Indication Service                                            the Indication Service
           @param   controlProviderName   Name of the control provider if the
                                          request destination is control provider.
         @param   indicationSubclasses  the list of indication subclasses for the         @param   indicationSubclasses  the list of indication subclasses for the
                                            subscription                                            subscription
      */      */
     IndicationOperationAggregate(     IndicationOperationAggregate(
         CIMRequestMessage* origRequest,         CIMRequestMessage* origRequest,
           const String &controlProviderName,
         const Array<CIMName>& indicationSubclasses);         const Array<CIMName>& indicationSubclasses);
  
     ~IndicationOperationAggregate();     ~IndicationOperationAggregate();
Line 221 
Line 224 
         const IndicationOperationAggregate& x);         const IndicationOperationAggregate& x);
  
     CIMRequestMessage* _origRequest;     CIMRequestMessage* _origRequest;
       String _controlProviderName;
     Array<CIMName> _indicationSubclasses;     Array<CIMName> _indicationSubclasses;
     Uint32 _numberIssued;     Uint32 _numberIssued;
     Array<CIMRequestMessage*> _requestList;     Array<CIMRequestMessage*> _requestList;


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2