Tag: cws_src680_dba24d User: oj Date: 2007-11-28 09:31:10+0000 Modified: dba/connectivity/source/inc/hsqldb/HConnection.hxx
Log: #i51355# check if stream exists when read-only File Changes: Directory: /dba/connectivity/source/inc/hsqldb/ =============================================== File [changed]: HConnection.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/hsqldb/HConnection.hxx?r1=1.5&r2=1.5.142.1 Delta lines: +5 -3 ------------------- --- HConnection.hxx 2006-10-05 12:45:59+0000 1.5 +++ HConnection.hxx 2007-11-28 09:31:07+0000 1.5.142.1 @@ -4,9 +4,9 @@ * * $RCSfile: HConnection.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.142.1 $ * - * last change: $Author: kz $ $Date: 2006/10/05 12:45:59 $ + * last change: $Author: oj $ $Date: 2007/11/28 09:31:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -92,6 +92,8 @@ ::cppu::OInterfaceContainerHelper m_aFlushListeners; ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriver > m_xDriver; ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > m_xORB; + bool m_bIni; + bool m_bReadOnly; protected: virtual void SAL_CALL disposing(void); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
