User: rt      
Date: 06/02/06 08:54:46

Modified:
 /dba/dbaccess/source/core/api/
  RowSetCache.hxx

Log:
 INTEGRATION: CWS dba202f (1.25.72); FILE MERGED
 2006/01/30 09:14:01 oj 1.25.72.3: #i61052# fix for updates, deletes and moves
 2006/01/27 06:54:10 fs 1.25.72.2: RESYNC: (1.25-1.27); FILE MERGED
 2006/01/20 14:51:46 fs 1.25.72.1: copying the changes from stlusagefix01 
herein, to be able to use this CWS in a non-product version

File Changes:

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

File [changed]: RowSetCache.hxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.hxx?r1=1.27&r2=1.28
Delta lines:  +0 -7
-------------------
--- RowSetCache.hxx     25 Jan 2006 15:10:55 -0000      1.27
+++ RowSetCache.hxx     6 Feb 2006 16:54:44 -0000       1.28
@@ -120,11 +120,6 @@
 
                typedef ::std::vector< TORowSetOldRowHelperRef >        
TOldRowSetRows;
 
-               ::osl::Mutex                    m_aRowCountMutex, // mutex for 
rowcount changes
-                                                               // we need a 
extra mutex for columns to prevend deadlock when setting new values
-                                                               // for a row
-                                                               m_aColumnsMutex;
-
                //the set can be static, bookmarkable or keyset
                ::com::sun::star::uno::WeakReference< 
::com::sun::star::sdbc::XResultSet>               m_xSet;
                ::com::sun::star::uno::Reference< 
::com::sun::star::sdbc::XResultSetMetaData >  m_xMetaData; // must be before 
m_aInsertRow
@@ -158,7 +153,6 @@
                sal_Bool                                        
m_bRowCountFinal ;
                sal_Bool                                        m_bBeforeFirst ;
                sal_Bool                                        m_bAfterLast ;
-               sal_Bool                                        m_bInserted;
                sal_Bool                                        m_bUpdated ;
                sal_Bool&                                       m_bModified ;   
                // points to the rowset member m_bModified
                sal_Bool&                                       m_bNew ;        
                        // points to the rowset member m_bNew
@@ -254,7 +248,6 @@
                bool deleteRow();
                void cancelRowUpdates(  );
                void moveToInsertRow(  );
-               void moveToCurrentRow(  );
        };
 }
 #endif




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

Reply via email to