Tag: cws_src680_dba30
User: fs      
Date: 06/03/21 10:24:32

Modified:
 /dba/dbaccess/source/core/dataaccess/
  datasource.hxx

Log:
 RESYNC: (1.33-1.34); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/core/dataaccess/
================================================

File [changed]: datasource.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/datasource.hxx?r1=1.29.12.4&r2=1.29.12.5
Delta lines:  +9 -8
-------------------
--- datasource.hxx      23 Nov 2005 10:15:28 -0000      1.29.12.4
+++ datasource.hxx      21 Mar 2006 18:24:29 -0000      1.29.12.5
@@ -177,7 +177,7 @@
                                 >   ODatabaseSource_Base;
 
 
-class ODatabaseSource  :public ::comphelper::OBaseMutex
+class ODatabaseSource   :public ModelDependentComponent // must be first
                                        ,public OSubComponent
                                        ,public ::cppu::OPropertySetHelper
                                        ,public 
::comphelper::OPropertyArrayUsageHelper < ODatabaseSource >
@@ -288,6 +288,10 @@
     // XDocumentDataSource
     virtual ::com::sun::star::uno::Reference< 
::com::sun::star::sdb::XOfficeDatabaseDocument > SAL_CALL getDatabaseDocument() 
throw (::com::sun::star::uno::RuntimeException);
 
+protected:
+    // ModelDependentComponent overridables
+    virtual ::com::sun::star::uno::Reference< 
::com::sun::star::uno::XInterface > getThis();
+
 private:
 // helper
        /** open a connection for the current settings. this is the simple 
connection we get from the driver
@@ -312,9 +316,6 @@
         and ownership of the model is not taken.
     */
     SharedModel impl_getModel( bool _bTakeOwnershipIfNewlyCreated );
-
-// other stuff
-       void    flushTables();
 
        ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > 
SAL_CALL getConnection( const ::rtl::OUString& user, const ::rtl::OUString& 
password , sal_Bool _bIsolated) throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);
        ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection > 
SAL_CALL connectWithCompletion( const ::com::sun::star::uno::Reference< 
::com::sun::star::task::XInteractionHandler >& handler , sal_Bool _bIsolated) 
throw(::com::sun::star::sdbc::SQLException, 
::com::sun::star::uno::RuntimeException);




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to