(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.12.8.1

version 1.10, 2005/02/05 23:00:22 version 1.12.8.1, 2006/02/10 16:11:50
Line 1 
Line 1 
 //%2005////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
Line 8 
Line 8 
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group. // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.; // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
 // EMC Corporation; VERITAS Software Corporation; The Open Group. // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 29 
Line 31 
 // //
 // 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)
   //              Aruran, IBM (ashanmug@in.ibm.com) for Bug# 3604
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 59 
Line 63 
    * @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 101 
Line 106 
          * @return true if the listener is active;          * @return true if the listener is active;
          *                               false otherwise.          *                               false otherwise.
     */     */
         Boolean isAlive();      Boolean isAlive() const;
  
         /**         /**
          * 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 127 
         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.12.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2