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

Diff for /pegasus/src/Pegasus/Common/SSLContextRep.h between version 1.3 and 1.4

version 1.3, 2002/07/26 20:01:19 version 1.4, 2002/08/16 01:28:06
Line 57 
Line 57 
     @param isCIMClient  flag indicating that the context is created by     @param isCIMClient  flag indicating that the context is created by
     the client.     the client.
  
     @exception SSL_Exception  exception indicating failure to create a context.      @exception SSLException  exception indicating failure to create a context.
     */     */
     SSLContextRep(     SSLContextRep(
         const String& certPath,         const String& certPath,
         VERIFY_CERTIFICATE verifyCert = NULL,         VERIFY_CERTIFICATE verifyCert = NULL,
         const String& randomFile = String::EMPTY,         const String& randomFile = String::EMPTY,
         Boolean isCIMClient = false) throw(SSL_Exception);          Boolean isCIMClient = false) throw(SSLException);
  
     ~SSLContextRep();     ~SSLContextRep();
  


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2