(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.3.14.1 and 1.3.14.2

version 1.3.14.1, 2003/08/13 19:39:50 version 1.3.14.2, 2003/08/14 11:55:42
Line 23 
Line 23 
 // //
 // Author:  Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com) // Author:  Nag Boranna, Hewlett-Packard Company(nagaraja_boranna@hp.com)
 // //
 // Modified By:  // Modified By: Jair Santos, Hewlett-Packard Company (jair.santos@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 39 
Line 39 
 AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag) AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag)
     :     :
     _authUser(String::EMPTY),     _authUser(String::EMPTY),
       _authPassword(String::EMPTY),
     _authChallenge(String::EMPTY),     _authChallenge(String::EMPTY),
     _authSecret(String::EMPTY),     _authSecret(String::EMPTY),
     _privileged(false),     _privileged(false),
Line 92 
Line 93 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
   void   AuthenticationInfoRep::setAuthenticatedPassword(const String& password)
   {
       PEG_METHOD_ENTER(
           TRC_AUTHENTICATION, "AuthenticationInfoRep::setAuthenticatedPassword");
   
       _authPassword = password;
   
       PEG_METHOD_EXIT();
   }
   
 void   AuthenticationInfoRep::setAuthChallenge(const String& challenge) void   AuthenticationInfoRep::setAuthChallenge(const String& challenge)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(


Legend:
Removed from v.1.3.14.1  
changed lines
  Added in v.1.3.14.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2