(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.10 and 1.11

version 1.10, 2004/05/18 14:57:53 version 1.11, 2004/05/21 20:57:00
Line 50 
Line 50 
     _privileged(false),     _privileged(false),
     _authType(String::EMPTY),     _authType(String::EMPTY),
     _authStatus(NEW_REQUEST),     _authStatus(NEW_REQUEST),
     _peerCertificate(0)      _peerCertificate(0),
       _exportConnection(false)
 { {
     PEG_METHOD_ENTER(     PEG_METHOD_ENTER(
         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");         TRC_AUTHENTICATION, "AuthenticationInfoRep::AuthenticationInfoRep");
Line 162 
Line 163 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
   void   AuthenticationInfoRep::setExportConnection(Boolean exportConnection)
   {
       PEG_METHOD_ENTER(TRC_AUTHENTICATION,
           "AuthenticationInfoRep::setExportConnection");
   
       _exportConnection = exportConnection;
   
       PEG_METHOD_EXIT();
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2