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

Diff for /pegasus/src/Pegasus/Server/CIMServer.h between version 1.53 and 1.54

version 1.53, 2006/08/30 19:39:54 version 1.54, 2006/09/29 17:38:15
Line 92 
Line 92 
                This parameter is ignored if localConnection=true.                This parameter is ignored if localConnection=true.
         @param useSSL Boolean specifying whether SSL should be used for         @param useSSL Boolean specifying whether SSL should be used for
                connections created by this acceptor.                connections created by this acceptor.
         @param exportConnection Boolean indicating whether this acceptor is  
                only for export connections. If true, client SSL certificate  
                verification is enabled on the export connection created by  
                this acceptor. Ignored when useSSL is false.  
     */     */
     void addAcceptor(     void addAcceptor(
         Boolean localConnection,         Boolean localConnection,
         Uint32 portNumber,         Uint32 portNumber,
         Boolean useSSL,          Boolean useSSL);
         Boolean exportConnection);  
  
     /** Bind the acceptors to the specified listen sockets.     /** Bind the acceptors to the specified listen sockets.
         @exception - This function may receive exceptions from         @exception - This function may receive exceptions from
Line 184 
Line 179 
     SSLContextManager* _sslContextMgr;     SSLContextManager* _sslContextMgr;
  
     void _init(void);     void _init(void);
     SSLContext* _getSSLContext(Uint32 contextType);      SSLContext* _getSSLContext();
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2