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

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfoRep.cpp between version 1.15 and 1.16

version 1.15, 2005/02/05 22:59:23 version 1.16, 2006/01/03 17:34:51
Line 168 
Line 168 
 } }
  
 //PEP187 //PEP187
 void AuthenticationInfoRep::setClientCertificate(SSLCertificateInfo* clientCertificate)  void AuthenticationInfoRep::setClientCertificateChain(Array<SSLCertificateInfo*> clientCertificate)
 { {
     PEG_METHOD_ENTER(TRC_AUTHENTICATION,     PEG_METHOD_ENTER(TRC_AUTHENTICATION,
         "AuthenticationInfoRep::setClientCertificate");          "AuthenticationInfoRep::setClientCertificateChain");
  
     _clientCertificate = clientCertificate;     _clientCertificate = clientCertificate;
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2