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

Diff for /pegasus/src/Pegasus/Common/SSLContext.cpp between version 1.11 and 1.12

version 1.11, 2002/09/06 02:52:42 version 1.12, 2002/09/06 03:01:26
Line 265 
Line 265 
     PEG_METHOD_EXIT();     PEG_METHOD_EXIT();
 } }
  
 // Dummy constructor made private to disallow default construction  
 SSLContextRep::SSLContextRep()  
 {  
 }  
   
 // //
 // Destructor // Destructor
 // //
Line 383 
Line 378 
     _rep = new SSLContextRep(*sslContext._rep);     _rep = new SSLContextRep(*sslContext._rep);
 } }
  
   // Dummy constructor made private to disallow default construction
   SSLContext::SSLContext()
   {
   }
   
 SSLContext::~SSLContext() SSLContext::~SSLContext()
 { {
     delete _rep;     delete _rep;


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2