User: kz Date: 06/02/28 02:32:44 Modified: /dba/connectivity/source/drivers/evoab2/ NCatalog.hxx
Log: INTEGRATION: CWS evo2fixes (1.3.74); FILE MERGED 2006/02/15 12:15:26 mmeeks 1.3.74.1: Issue numbers: i#50913#, i#62042#, i#55893#, i#62043# Submitted by: misc, Tor, Jayant, me Reviewed by: mmeeks Fix a number of bugs, make it work with evo 2.4 & 2.6. File Changes: Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NCatalog.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NCatalog.hxx?r1=1.3&r2=1.4 Delta lines: +4 -1 ------------------- --- NCatalog.hxx 8 Sep 2005 05:49:37 -0000 1.3 +++ NCatalog.hxx 28 Feb 2006 10:32:41 -0000 1.4 @@ -51,11 +51,14 @@ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDatabaseMetaData > m_xMetaData; public: OEvoabCatalog(OEvoabConnection *_pCon); - + inline OEvoabConnection* getConnection() const { return m_pConnection; } virtual void refreshTables(); virtual void refreshViews() {} virtual void refreshGroups() {} virtual void refreshUsers() {} + // XTablesSupplier + virtual ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > SAL_CALL getTables( + ) throw(::com::sun::star::uno::RuntimeException); }; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
