User: hr Date: 06/06/19 18:06:53 Modified: /dba/connectivity/source/cpool/ ZConnectionPool.cxx
Log: INTEGRATION: CWS warnings01 (1.16.30); FILE MERGED 2005/11/16 12:58:47 fs 1.16.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/cpool/ ========================================== File [changed]: ZConnectionPool.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/cpool/ZConnectionPool.cxx?r1=1.16&r2=1.17 Delta lines: +3 -3 ------------------- --- ZConnectionPool.cxx 8 Sep 2005 05:16:04 -0000 1.16 +++ ZConnectionPool.cxx 20 Jun 2006 01:06:50 -0000 1.17 @@ -120,7 +120,7 @@ xProp->addPropertyChangeListener(getTimeoutNodeName(),this); OPoolCollection::getNodeValue(getTimeoutNodeName(),m_xDriverNode) >>= m_nALiveCount; - calculateTimeOuts(m_nALiveCount); + calculateTimeOuts(); m_xInvalidator = new OPoolTimer(this,::vos::TTimeValue(m_nTimeOut,0)); m_xInvalidator->start(); @@ -344,11 +344,11 @@ if(getTimeoutNodeName() == evt.PropertyName) { evt.NewValue >>= m_nALiveCount; - calculateTimeOuts(m_nALiveCount); + calculateTimeOuts(); } } // ----------------------------------------------------------------------------- -void OConnectionPool::calculateTimeOuts(sal_Int32 _nTimeOut) +void OConnectionPool::calculateTimeOuts() { sal_Int32 nTimeOutCorrection = 10; if(m_nALiveCount < 100) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
