User: hr Date: 05/04/06 03:38:14 Modified: /dba/connectivity/source/inc/hsqldb/ HDriver.hxx
Log: INTEGRATION: CWS hsqldb4 (1.5.4); FILE MERGED 2005/03/31 11:51:53 fs 1.5.4.1: #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.6 Delta lines: +3 -1 ------------------- --- HDriver.hxx 23 Mar 2005 14:55:17 -0000 1.5 +++ HDriver.hxx 6 Apr 2005 10:38:12 -0000 1.6 @@ -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]
