(file) Return to AuthenticationInfo.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/AuthenticationInfo.h between version 1.44 and 1.45

version 1.44, 2013/05/31 11:25:59 version 1.45, 2013/06/13 12:27:27
Line 377 
Line 377 
         return _rep->getUserRole();         return _rep->getUserRole();
     }     }
  
       void setExpiredPassword(Boolean status)
       {
           CheckRep(_rep);
           _rep->setExpiredPassword(status);
       }
   
       Boolean isExpiredPassword() const
       {
           CheckRep(_rep);
           return _rep->isExpiredPassword();
       }
   
 private: private:
  
     AuthenticationInfo(AuthenticationInfoRep* rep) : _rep(rep)     AuthenticationInfo(AuthenticationInfoRep* rep) : _rep(rep)


Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2