(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.1 and 1.2

version 1.1, 2002/03/21 22:11:15 version 1.2, 2002/04/02 00:12:04
Line 40 
Line 40 
  
 AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag) AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag)
     :     :
     _authStatus(NEW_REQUEST),  
     _authUser(String::EMPTY),     _authUser(String::EMPTY),
     _authChallenge(String::EMPTY),     _authChallenge(String::EMPTY),
     _authSecret(String::EMPTY),     _authSecret(String::EMPTY),
     _privileged(false),     _privileged(false),
     _authType(String::EMPTY)      _authType(String::EMPTY),
       _authStatus(NEW_REQUEST)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2