From 10f77285fd213094f3e8871e40d61ceb369c5252 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 20 Jun 2006 00:07:02 +0000 Subject: INTEGRATION: CWS warnings01 (1.8.30); FILE MERGED 2005/11/16 12:58:47 fs 1.8.30.1: #i57457# warning free code --- connectivity/source/cpool/ZConnectionPool.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/cpool/ZConnectionPool.hxx') diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx index 28711bf8fdd6..236f28826352 100644 --- a/connectivity/source/cpool/ZConnectionPool.hxx +++ b/connectivity/source/cpool/ZConnectionPool.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ZConnectionPool.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 05:16:20 $ + * last change: $Author: hr $ $Date: 2006-06-20 01:07:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -163,7 +163,7 @@ namespace connectivity const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rInfo); ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection> getPooledConnection(TConnectionMap::iterator& _rIter); // calculate the timeout and the corresponding ALiveCount - void calculateTimeOuts(sal_Int32 _nTimeOut); + void calculateTimeOuts(); protected: // the dtor will be called from the last instance (last release call) -- cgit