(file) Return to SSLContextManager.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/SSLContextManager.cpp between version 1.7 and 1.8

version 1.7, 2006/01/30 16:17:07 version 1.8, 2006/04/18 19:08:42
Line 101 
Line 101 
  
 SSLContextManager::~SSLContextManager() SSLContextManager::~SSLContextManager()
 { {
     if (_sslContext)  
     {  
         delete _sslContext;         delete _sslContext;
     }  
   
     if (_exportSSLContext)  
     {  
         delete _exportSSLContext;         delete _exportSSLContext;
     }     }
 }  
  
 // //
 // Part of this code logic comes from the CIMServer::_getSSLContext() // Part of this code logic comes from the CIMServer::_getSSLContext()


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2