(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.34 and 1.35

version 1.34, 2007/03/16 18:22:30 version 1.35, 2007/05/25 18:35:13
Line 183 
Line 183 
         _rep->setAuthenticatedPassword(password);         _rep->setAuthenticatedPassword(password);
     }     }
  
       /** Get the local authentication file path that was sent to client
           @return string containing the authentication file path
       */
       String getLocalAuthFilePath() const
       {
           _checkRep();
           return _rep->getLocalAuthFilePath();
       }
   
       /** Set the local authentication file path to the specified file path
           @param filePath String containing the authentication file path
       */
       void setLocalAuthFilePath(const String& filePath)
       {
           _checkRep();
           _rep->setLocalAuthFilePath(filePath);
       }
   
     /** Get the local authentication secret that was sent to client     /** Get the local authentication secret that was sent to client
         @return string containing the authentication secret         @return string containing the authentication secret
     */     */


Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2