(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.7 and 1.8

version 1.7, 2005/04/08 20:58:48 version 1.8, 2005/05/19 00:29:00
Line 30 
Line 30 
 // Author: Carol Ann Krug Graves, Hewlett-Packard Company // Author: Carol Ann Krug Graves, Hewlett-Packard Company
 //             (carolann_graves@hp.com) //             (carolann_graves@hp.com)
 // //
 // Modified By:  // Modified By: Roger Kumpf, Hewlett-Packard Company (roger_kumpf@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 154 
Line 154 
  
         @return  CIMObjectPath of the created instance         @return  CIMObjectPath of the created instance
     */     */
     CIMObjectPath & getPath ();      const CIMObjectPath& getPath();
  
     /**     /**
         Gets the number of requests to be issued for this aggregation.         Gets the number of requests to be issued for this aggregation.
Line 193 
Line 193 
  
         @return  a pointer to the response         @return  a pointer to the response
     */     */
     CIMResponseMessage * getResponse (const Uint32 & pos);      CIMResponseMessage* getResponse(Uint32 pos);
  
     /**     /**
         Deletes the response at the specified position in the list for this         Deletes the response at the specified position in the list for this
Line 202 
Line 202 
         @param   pos                   the position in the list of the response         @param   pos                   the position in the list of the response
                                            to be deleted                                            to be deleted
     */     */
     void deleteResponse (const Uint32 & pos);      void deleteResponse(Uint32 pos);
  
     /**     /**
         Appends a new request to the request list for this aggregation.         Appends a new request to the request list for this aggregation.
Line 224 
Line 224 
  
         @return  a pointer to the request         @return  a pointer to the request
     */     */
     CIMRequestMessage * getRequest (const Uint32 & pos);      CIMRequestMessage* getRequest(Uint32 pos);
  
     /**     /**
         Deletes the request at the specified position in the list for this         Deletes the request at the specified position in the list for this
Line 233 
Line 233 
         @param   pos                   the position in the list of the request         @param   pos                   the position in the list of the request
                                            to be deleted                                            to be deleted
     */     */
     void deleteRequest (const Uint32 & pos);      void deleteRequest(Uint32 pos);
  
     /**     /**
         Finds the provider that sent the response with the specified message ID.         Finds the provider that sent the response with the specified message ID.
Line 245 
Line 245 
  
 private: private:
     /**     /**
           Hidden (unimplemented) default constructor
        */
       IndicationOperationAggregate();
   
       /**
         Hidden (unimplemented) copy constructor         Hidden (unimplemented) copy constructor
      */      */
     IndicationOperationAggregate (const IndicationOperationAggregate & x) { }      IndicationOperationAggregate(const IndicationOperationAggregate& x);
   
       /**
           Hidden (unimplemented) assignment operator
        */
       IndicationOperationAggregate& operator==(
           const IndicationOperationAggregate& x);
  
     CIMRequestMessage * _origRequest;     CIMRequestMessage * _origRequest;
     Array <CIMName> _indicationSubclasses;     Array <CIMName> _indicationSubclasses;


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2