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

Modified:
 /dba/dbaccess/source/core/api/
  RowSetCacheIterator.cxx

Log:
 INTEGRATION: CWS dba202f (1.10.4); FILE MERGED
 2006/01/30 09:14:02 oj 1.10.4.2: #i61052# fix for updates, deletes and moves
 2006/01/20 14:51:47 fs 1.10.4.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]: RowSetCacheIterator.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCacheIterator.cxx?r1=1.12&r2=1.13
Delta lines:  +5 -1
-------------------
--- RowSetCacheIterator.cxx     25 Jan 2006 15:11:12 -0000      1.12
+++ RowSetCacheIterator.cxx     6 Feb 2006 16:54:56 -0000       1.13
@@ -140,5 +140,9 @@
                );
        }
        return  bRet;
-               
+}
+// 
-----------------------------------------------------------------------------
+::osl::Mutex* ORowSetCacheIterator::getMutex() const
+{
+       return m_pRowSet ? m_pRowSet->getMutex() : NULL;
 }




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

Reply via email to