Tag: cws_src680_oj14
User: oj      
Date: 2006/07/04 01:06:29

Modified:
   dba/dbaccess/source/ui/inc/TokenWriter.hxx

Log:
 RESYNC: (1.15-1.17); FILE MERGED

File Changes:

Directory: /dba/dbaccess/source/ui/inc/
=======================================

File [changed]: TokenWriter.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TokenWriter.hxx?r1=1.15.4.3&r2=1.15.4.4
Delta lines:  +13 -5
--------------------
--- TokenWriter.hxx     25 Apr 2006 13:03:07 -0000      1.15.4.3
+++ TokenWriter.hxx     4 Jul 2006 08:06:26 -0000       1.15.4.4
@@ -82,6 +82,12 @@
 #endif
 #include <memory>
 
+namespace com { namespace sun { namespace star { 
+    namespace sdbc{
+           class XRowUpdate;
+    }
+}}}
+
 namespace dbaui
 {
        // 
=========================================================================
@@ -257,13 +263,15 @@
 
                // import data
                ORowSetImportExport(const SharedConnection& _rxConnection,
-                                                       const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory 
>& _rM,
-                                                       const String& rExchange 
= String()) 
+                                                       const 
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory 
>& _rM) 
                                                : 
ODatabaseImportExport(_rxConnection,NULL,_rM) 
                {}
                
                virtual BOOL Write();
                virtual BOOL Read();
+
+    private:
+        using ODatabaseImportExport::initialize;
        };
 
 }




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

Reply via email to