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

Diff for /pegasus/src/Pegasus/DynListener/DynamicListener.cpp between version 1.12 and 1.13

version 1.12, 2012/02/03 06:22:40 version 1.13, 2012/08/30 11:11:41
Line 86 
Line 86 
         const String& certPath,         const String& certPath,
         Boolean enableConsumerUnload,         Boolean enableConsumerUnload,
         Uint32 consumerIdleTimeout,         Uint32 consumerIdleTimeout,
         Uint32 shutdownTimeout);          Uint32 shutdownTimeout,
           const String & sslCipherSuite="DEFAULT");
  
     ~DynamicListenerRep();     ~DynamicListenerRep();
  
Line 165 
Line 166 
     const String& certPath,     const String& certPath,
     Boolean enableConsumerUnload,     Boolean enableConsumerUnload,
     Uint32 consumerIdleTimeout,     Uint32 consumerIdleTimeout,
     Uint32 shutdownTimeout) :      Uint32 shutdownTimeout,
       const String & sslCipherSuite) :
         _port(portNumber),         _port(portNumber),
         _sslContext(0),         _sslContext(0),
         _sslContextObjectLock(0),         _sslContextObjectLock(0),
Line 184 
Line 186 
             String(),             String(),
             true,             true,
             String(),             String(),
             String());              sslCipherSuite);
         _sslContext = _sslContextMgr->getSSLContext();         _sslContext = _sslContextMgr->getSSLContext();
         _sslContextObjectLock = _sslContextMgr->getSSLContextObjectLock();         _sslContextObjectLock = _sslContextMgr->getSSLContextObjectLock();
     }     }
Line 334 
Line 336 
     const String& certPath,     const String& certPath,
     Boolean enableConsumerUnload,     Boolean enableConsumerUnload,
     Uint32 consumerIdleTimeout,     Uint32 consumerIdleTimeout,
     Uint32 shutdownTimeout)     //ONLY IF PEGASUS_HAS_SSL      Uint32 shutdownTimeout,
       const String & sslCipherSuite)     //ONLY IF PEGASUS_HAS_SSL
 { {
  
     _rep = new DynamicListenerRep(     _rep = new DynamicListenerRep(
Line 346 
Line 349 
         certPath,         certPath,
         enableConsumerUnload,         enableConsumerUnload,
         consumerIdleTimeout,         consumerIdleTimeout,
         shutdownTimeout);          shutdownTimeout,
           sslCipherSuite);
 } }
  
 DynamicListener::DynamicListener( DynamicListener::DynamicListener(


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2