Tag: cws_src680_hsqldb4 User: fs Date: 05/03/31 03:51:55 Modified: /dba/connectivity/source/inc/hsqldb/ HDriver.hxx
Log: #i41785# (patch supplied by OJ) File Changes: Directory: /dba/connectivity/source/inc/hsqldb/ =============================================== File [changed]: HDriver.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/hsqldb/HDriver.hxx?r1=1.5&r2=1.5.4.1 Delta lines: +6 -4 ------------------- --- HDriver.hxx 23 Mar 2005 14:55:17 -0000 1.5 +++ HDriver.hxx 31 Mar 2005 11:51:53 -0000 1.5.4.1 @@ -2,9 +2,9 @@ * * $RCSfile: HDriver.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.4.1 $ * - * last change: $Author: vg $ $Date: 2005/03/23 14:55:17 $ + * last change: $Author: fs $ $Date: 2005/03/31 11:51:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,9 @@ , ::com::sun::star::embed::XTransactionListener > ODriverDelegator_BASE; - typedef ::std::pair< ::rtl::OUString ,::com::sun::star::uno::WeakReferenceHelper > TWeakConnectionPair; + typedef ::std::pair< ::com::sun::star::uno::WeakReferenceHelper,::com::sun::star::uno::WeakReferenceHelper> TWeakRefPair; + typedef ::std::pair< ::rtl::OUString ,TWeakRefPair > TWeakConnectionPair; + typedef ::std::pair< ::com::sun::star::uno::WeakReferenceHelper,TWeakConnectionPair> TWeakPair; typedef ::std::vector< TWeakPair > TWeakPairVector; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
