(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.23 and 1.23.2.1

version 1.23, 2007/03/16 18:22:30 version 1.23.2.1, 2007/04/30 22:55:38
Line 97 
Line 97 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
   void AuthenticationInfoRep::setLocalAuthFilePath(const String& filePath)
   {
       PEG_METHOD_ENTER(
           TRC_AUTHENTICATION, "AuthenticationInfoRep::setLocalAuthFilePath");
   
       _localAuthFilePath = filePath;
   
       PEG_METHOD_EXIT();
   }
   
 void   AuthenticationInfoRep::setLocalAuthSecret(const String& secret) void   AuthenticationInfoRep::setLocalAuthSecret(const String& secret)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(


Legend:
Removed from v.1.23  
changed lines
  Added in v.1.23.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2