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

Diff for /pegasus/src/Pegasus/Listener/CIMListener.h between version 1.10 and 1.11

version 1.10, 2005/02/05 23:00:22 version 1.11, 2005/05/04 18:21:52
Line 29 
Line 29 
 // //
 // Author: Dong Xiang, EMC Corporation (xiang_dong@emc.com) // Author: Dong Xiang, EMC Corporation (xiang_dong@emc.com)
 // //
 // Modified By:  // Modified By: David Dillard, VERITAS Software Corp.
   //                  (david.dillard@veritas.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 59 
Line 60 
    * @param sslContext  the specifed SSL context    * @param sslContext  the specifed SSL context
          */          */
         CIMListener(Uint32 portNumber, SSLContext* sslContext=NULL);         CIMListener(Uint32 portNumber, SSLContext* sslContext=NULL);
   
         /**         /**
          * Destructor of a CIMLIstener object.          * Destructor of a CIMLIstener object.
          */          */
Line 106 
Line 108 
         /**         /**
          * Adds a CIMIndicationConsumer to the listener          * Adds a CIMIndicationConsumer to the listener
    *    *
          * @param the CIMIndicationConsumer to add.       * @param consumer the CIMIndicationConsumer to add.
          * @return true if the indication consumer has been added successfully          * @return true if the indication consumer has been added successfully
          *                               false otherwise.          *                               false otherwise.
          */          */
         Boolean addConsumer(CIMIndicationConsumer* consumer);         Boolean addConsumer(CIMIndicationConsumer* consumer);
   
         /**         /**
          * Removes a CIMIndicationConsumer from the listener.          * Removes a CIMIndicationConsumer from the listener.
          *          *
Line 121 
Line 124 
         Boolean removeConsumer(CIMIndicationConsumer* consumer);         Boolean removeConsumer(CIMIndicationConsumer* consumer);
  
 private: private:
       /*
        * Copy constructor - not implemented
        */
       CIMListener(const CIMListener &);
   
       /*
        * Assignment operator - not implemented
        */
       CIMListener &operator=(const CIMListener &);
   
       /*
        * rep object
        */
         void* _rep;         void* _rep;
 }; };
  


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2