(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.7.4.1 and 1.7.4.2

version 1.7.4.1, 2004/04/07 19:45:56 version 1.7.4.2, 2004/04/25 20:39:57
Line 60 
Line 60 
     _securityAssoc = NULL;     _securityAssoc = NULL;
 #endif #endif
  
   #ifdef PEGASUS_USE_232_CLIENT_VERIFICATION
 #ifdef PEGASUS_HAS_SSL #ifdef PEGASUS_HAS_SSL
     _peerCertificate = NULL;     _peerCertificate = NULL;
     _certificateStatus = 0;     _certificateStatus = 0;
 #endif #endif
   #endif
  
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
Line 170 
Line 172 
 } }
 #endif #endif
  
   #ifdef PEGASUS_USE_232_CLIENT_VERIFICATION
 #ifdef PEGASUS_HAS_SSL #ifdef PEGASUS_HAS_SSL
 void   AuthenticationInfoRep::setPeerCertificate(SSLCertificateInfo* peerCertificate) void   AuthenticationInfoRep::setPeerCertificate(SSLCertificateInfo* peerCertificate)
 { {
Line 201 
Line 204 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
 #endif #endif
   #endif
  
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.7.4.1  
changed lines
  Added in v.1.7.4.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2