(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.9 and 1.10

version 1.9, 2004/05/18 11:03:38 version 1.10, 2004/05/18 14:57:53
Line 27 
Line 27 
 // //
 // Modified By: Jair Santos, Hewlett-Packard Company (jair.santos@hp.com) // Modified By: Jair Santos, Hewlett-Packard Company (jair.santos@hp.com)
 //              Amit K Arora, IBM (amita@in.ibm.com) for PEP-101 //              Amit K Arora, IBM (amita@in.ibm.com) for PEP-101
   //              Heather Sterling, IBM (hsterl@us.ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Tracer.h> #include <Pegasus/Common/Tracer.h>
 #include "AuthenticationInfoRep.h" #include "AuthenticationInfoRep.h"
   #include <Pegasus/Common/SSLContext.h>
  
 PEGASUS_USING_STD; PEGASUS_USING_STD;
  
Line 47 
Line 49 
     _authSecret(String::EMPTY),     _authSecret(String::EMPTY),
     _privileged(false),     _privileged(false),
     _authType(String::EMPTY),     _authType(String::EMPTY),
     _authStatus(NEW_REQUEST)      _authStatus(NEW_REQUEST),
       _peerCertificate(0)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");
Line 149 
Line 152 
 } }
 #endif #endif
  
   void   AuthenticationInfoRep::setPeerCertificate(SSLCertificateInfo* peerCertificate)
   {
       PEG_METHOD_ENTER(
                       TRC_AUTHENTICATION, "AuthenticationInfoRep::setPeerCertificate");
   
       _peerCertificate = peerCertificate;
   
       PEG_METHOD_EXIT();
   }
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2