Tag: cws_src680_dba30
User: fs      
Date: 05/11/23 02:15:33

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

Log:
 RESYNC: (1.32-1.33); 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.3&r2=1.29.12.4
Delta lines:  +17 -13
---------------------
--- datasource.hxx      13 Oct 2005 14:52:30 -0000      1.29.12.3
+++ datasource.hxx      23 Nov 2005 10:15:28 -0000      1.29.12.4
@@ -81,8 +81,8 @@
 #ifndef _CPPUHELPER_WEAKREF_HXX_
 #include <cppuhelper/weakref.hxx>
 #endif
-#ifndef _CPPUHELPER_IMPLBASE10_HXX_
-#include <cppuhelper/implbase10.hxx>
+#ifndef _CPPUHELPER_IMPLBASE11_HXX_
+#include <cppuhelper/implbase11.hxx>
 #endif
 #ifndef _CPPUHELPER_IMPLBASE12_HXX_
 #include <cppuhelper/implbase12.hxx>
@@ -163,7 +163,7 @@
 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >
        ODatabaseSource_CreateInstance(const ::com::sun::star::uno::Reference< 
::com::sun::star::lang::XMultiServiceFactory >&);
 
-typedef        ::cppu::ImplHelper10    <       
::com::sun::star::lang::XServiceInfo
+typedef ::cppu::ImplHelper11    <   ::com::sun::star::lang::XServiceInfo
                                                        ,       
::com::sun::star::sdbc::XDataSource
                                                        ,       
::com::sun::star::sdb::XBookmarksSupplier
                                                        ,       
::com::sun::star::sdb::XQueryDefinitionsSupplier
@@ -172,6 +172,7 @@
                                                        ,       
::com::sun::star::sdbc::XIsolatedConnection
                                                        ,       
::com::sun::star::sdbcx::XTablesSupplier
                                                        ,       
::com::sun::star::util::XFlushable
+                                ,   ::com::sun::star::util::XFlushListener
                             ,   ::com::sun::star::sdb::XDocumentDataSource
                                                        >       
ODatabaseSource_Base;
 
@@ -280,6 +281,9 @@
        virtual void SAL_CALL flush(  ) throw 
(::com::sun::star::uno::RuntimeException);
     virtual void SAL_CALL addFlushListener( const 
::com::sun::star::uno::Reference< ::com::sun::star::util::XFlushListener >& l ) 
throw (::com::sun::star::uno::RuntimeException);
     virtual void SAL_CALL removeFlushListener( const 
::com::sun::star::uno::Reference< ::com::sun::star::util::XFlushListener >& l ) 
throw (::com::sun::star::uno::RuntimeException);
+
+    // XFlushListener
+    virtual void SAL_CALL flushed( const ::com::sun::star::lang::EventObject& 
rEvent ) throw (::com::sun::star::uno::RuntimeException);
 
     // XDocumentDataSource
     virtual ::com::sun::star::uno::Reference< 
::com::sun::star::sdb::XOfficeDatabaseDocument > SAL_CALL getDatabaseDocument() 
throw (::com::sun::star::uno::RuntimeException);




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

Reply via email to