(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.25 and 1.25.2.1

version 1.25, 2007/04/03 18:50:52 version 1.25.2.1, 2007/05/23 23:29:33
Line 91 
Line 91 
     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.25  
changed lines
  Added in v.1.25.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2