Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/14 04:42:55 Modified: dba/connectivity/source/drivers/hsqldb/HDriver.cxx
Log: #i69526# HConnection also taking an XDriver File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.18&r2=1.18.16.1 Delta lines: +4 -4 ------------------- --- HDriver.cxx 10 Jul 2006 14:27:58 -0000 1.18 +++ HDriver.cxx 14 Sep 2006 11:42:52 -0000 1.18.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: HDriver.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.18.16.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 14:27:58 $ + * last change: $Author: fs $ $Date: 2006/09/14 11:42:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -313,7 +313,7 @@ xDesktop->addTerminateListener(s_xTerminateListener); } } - Reference< XComponent> xIfc = new OConnectionWeakWrapper(xOrig,m_xFactory); + Reference< XComponent> xIfc = new OHsqlConnection( this, xOrig, m_xFactory ); xConnection.set(xIfc,UNO_QUERY); m_aConnections.push_back(TWeakPair(WeakReferenceHelper(xOrig),TWeakConnectionPair(sKey,TWeakRefPair(WeakReferenceHelper(xConnection),WeakReferenceHelper())))); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
