User: vg Date: 05/03/23 06:55:19 Modified: /dba/connectivity/source/inc/hsqldb/ HDriver.hxx
Log: INTEGRATION: CWS hsqldb3 (1.4.20); FILE MERGED 2005/03/18 16:54:21 fs 1.4.20.1: #i44127# initialize a newly created DB with OOo's system collation 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.4&r2=1.5 Delta lines: +6 -0 ------------------- --- HDriver.hxx 16 Feb 2005 15:55:57 -0000 1.4 +++ HDriver.hxx 23 Mar 2005 14:55:17 -0000 1.5 @@ -180,6 +180,12 @@ virtual ~ODriverDelegator(); // OComponentHelper virtual void SAL_CALL disposing(void); + + /** called when we connected to a newly created embedded database + */ + void onConnectedNewDatabase( + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection + ); }; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
