(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.20.4.1 and 1.23

version 1.20.4.1, 2007/03/23 17:36:53 version 1.23, 2007/03/16 18:22:30
Line 46 
Line 46 
     :     :
     _authUser(String::EMPTY),     _authUser(String::EMPTY),
     _authPassword(String::EMPTY),     _authPassword(String::EMPTY),
     _authChallenge(String::EMPTY),      _localAuthSecret(String::EMPTY),
     _authSecret(String::EMPTY),  
     _privileged(false),  
     _authType(String::EMPTY),     _authType(String::EMPTY),
     _connectionAuthenticated(false),     _connectionAuthenticated(false),
     _wasRemotePrivilegedUserAccessChecked(false)     _wasRemotePrivilegedUserAccessChecked(false)
Line 99 
Line 97 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
 void   AuthenticationInfoRep::setAuthChallenge(const String& challenge)  void   AuthenticationInfoRep::setLocalAuthSecret(const String& secret)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::setAuthChallenge");          TRC_AUTHENTICATION, "AuthenticationInfoRep::setLocalAuthSecret");
  
     _authChallenge = challenge;      _localAuthSecret = secret;
   
     PEG_METHOD_EXIT();  
 }  
   
 void   AuthenticationInfoRep::setAuthSecret(const String& secret)  
 {  
     PEG_METHOD_ENTER(  
         TRC_AUTHENTICATION, "AuthenticationInfoRep::setAuthSecret");  
   
     _authSecret = secret;  
   
     PEG_METHOD_EXIT();  
 }  
   
 void   AuthenticationInfoRep::setPrivileged(Boolean privileged)  
 {  
     PEG_METHOD_ENTER(  
         TRC_AUTHENTICATION, "AuthenticationInfoRep::setPrivileged");  
   
     _privileged = privileged;  
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }


Legend:
Removed from v.1.20.4.1  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2