(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.21 and 1.22

version 1.21, 2007/02/28 20:46:07 version 1.22, 2007/03/02 19:00:43
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),  
     _authType(String::EMPTY),     _authType(String::EMPTY),
     _authStatus(NEW_REQUEST),     _authStatus(NEW_REQUEST),
     _wasRemotePrivilegedUserAccessChecked(false)     _wasRemotePrivilegedUserAccessChecked(false)
Line 97 
Line 96 
     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();     PEG_METHOD_EXIT();
 } }


Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2