(file) Return to LocalAuthFile.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/LocalAuthFile.h between version 1.11.16.2 and 1.12

version 1.11.16.2, 2006/12/27 20:29:21 version 1.12, 2007/03/02 19:00:44
Line 68 
Line 68 
     */     */
     Boolean remove();     Boolean remove();
  
     /** Get the string that was created as a challenge string      /** Get the string that was created as a secret string
     */     */
     String getChallengeString();      String getSecretString();
  
 private: private:
  
Line 83 
Line 83 
  
     String  _authFilePath;     String  _authFilePath;
  
     String  _challenge;      String  _secret;
 }; };
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.11.16.2  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2