(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.15 and 1.17

version 1.15, 2008/12/01 17:50:44 version 1.17, 2015/06/10 12:36:02
Line 39 
Line 39 
 #define Pegasus_Listener_h #define Pegasus_Listener_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
   #include <Pegasus/Common/String.h>
 #include <Pegasus/Listener/Linkage.h> #include <Pegasus/Listener/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 57 
Line 58 
     /**     /**
      * Constructs a CIMListener object.      * Constructs a CIMListener object.
      *      *
        * @param address    the specified address to be bound to
        * @param portNumber the specified socket port the listener will listen to
        * @param sslContext the specifed SSL context
        */
       CIMListener(
           const String &listenAddress,
           Uint32 portNumber,
           SSLContext* sslContext=NULL);
   
       /**
        * Constructs a CIMListener object.
        *
      * @param portNumber the specified socket port the listener will listen to      * @param portNumber the specified socket port the listener will listen to
      * @param sslContext the specifed SSL context      * @param sslContext the specifed SSL context
      */      */
Line 68 
Line 81 
     ~CIMListener();     ~CIMListener();
  
     /**     /**
        * Returns the bind address.
        *
        * @return the bind address.
        */
       String getListenAddress() const;
   
       /**
      * Returns the socket port number      * Returns the socket port number
      *      *
      * @return the socket port number.      * @return the socket port number.


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2