(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.31 and 1.31.2.2

version 1.31, 2010/07/28 14:37:52 version 1.31.2.2, 2013/07/20 18:32:39
Line 44 
Line 44 
 const String AuthenticationInfoRep::AUTH_TYPE_ZOS_LOCAL_DOMIAN_SOCKET = "LDS"; const String AuthenticationInfoRep::AUTH_TYPE_ZOS_LOCAL_DOMIAN_SOCKET = "LDS";
 const String AuthenticationInfoRep::AUTH_TYPE_ZOS_ATTLS = "ATTLS"; const String AuthenticationInfoRep::AUTH_TYPE_ZOS_ATTLS = "ATTLS";
  
 AuthenticationInfoRep::AuthenticationInfoRep(Boolean flag)  AuthenticationInfoRep::AuthenticationInfoRep()
     : _connectionAuthenticated(false),     : _connectionAuthenticated(false),
       _wasRemotePrivilegedUserAccessChecked(false)        _wasRemotePrivilegedUserAccessChecked(false),
         _authHandle(),
         _isExpiredPassword(false)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");


Legend:
Removed from v.1.31  
changed lines
  Added in v.1.31.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2