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

version 1.20.4.1, 2007/03/23 17:36:53 version 1.21, 2007/02/28 20:46:07
Line 48 
Line 48 
     _authPassword(String::EMPTY),     _authPassword(String::EMPTY),
     _authChallenge(String::EMPTY),     _authChallenge(String::EMPTY),
     _authSecret(String::EMPTY),     _authSecret(String::EMPTY),
     _privileged(false),  
     _authType(String::EMPTY),     _authType(String::EMPTY),
     _connectionAuthenticated(false),      _authStatus(NEW_REQUEST),
     _wasRemotePrivilegedUserAccessChecked(false)     _wasRemotePrivilegedUserAccessChecked(false)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
Line 68 
Line 67 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
 void   AuthenticationInfoRep::setConnectionAuthenticated(  void   AuthenticationInfoRep::setAuthStatus(AuthStatus status)
     Boolean connectionAuthenticated)  
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::setConnectionAuthenticated");          TRC_AUTHENTICATION, "AuthenticationInfoRep::setAuthStatus");
  
     _connectionAuthenticated = connectionAuthenticated;      _authStatus = status;
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
Line 119 
Line 117 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
 void   AuthenticationInfoRep::setPrivileged(Boolean privileged)  
 {  
     PEG_METHOD_ENTER(  
         TRC_AUTHENTICATION, "AuthenticationInfoRep::setPrivileged");  
   
     _privileged = privileged;  
   
     PEG_METHOD_EXIT();  
 }  
   
 void   AuthenticationInfoRep::setAuthType(const String& authType) void   AuthenticationInfoRep::setAuthType(const String& authType)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2