User: kz Date: 2006/12/13 08:23:43 Modified: dba/connectivity/source/inc/odbc/OConnection.hxx
Log: INTEGRATION: CWS dba22ui (1.21.86); FILE MERGED 2006/12/05 15:02:50 fs 1.21.86.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former File Changes: Directory: /dba/connectivity/source/inc/odbc/ ============================================= File [changed]: OConnection.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/odbc/OConnection.hxx?r1=1.21&r2=1.22 Delta lines: +3 -0 ------------------- --- OConnection.hxx 20 Jun 2006 02:05:05 -0000 1.21 +++ OConnection.hxx 13 Dec 2006 16:23:41 -0000 1.22 @@ -182,6 +182,9 @@ SQLHANDLE createStatementHandle(); // close and free the handle and set it to SQL_NULLHANDLE void freeStatementHandle(SQLHANDLE& _pHandle); + + const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& + getConnectionInfo() const { return m_aInfo; } }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
