(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.13 and 1.14

version 1.13, 2004/10/17 20:39:16 version 1.14, 2004/12/07 22:43:14
Line 165 
Line 165 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
   //PEP187
   void AuthenticationInfoRep::setClientCertificate(SSLCertificateInfo* clientCertificate)
   {
       PEG_METHOD_ENTER(TRC_AUTHENTICATION,
           "AuthenticationInfoRep::setClientCertificate");
   
       _clientCertificate = clientCertificate;
   
       PEG_METHOD_EXIT();
   }
   
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2