summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetBase.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-02-06 15:54:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-02-06 15:54:19 +0000
commit99e45955a46c1ff17c32d87b45884d8a4b10800a (patch)
tree6b29bf1811d6f5427e774a3f75c58582ce9f7106 /dbaccess/source/core/api/RowSetBase.hxx
parentd5d0bba644a9714ad67792dc081d4fbd1ae35fc3 (diff)
INTEGRATION: CWS dba202f (1.32.70); FILE MERGED
2006/01/30 09:13:59 oj 1.32.70.3: #i61052# fix for updates, deletes and moves 2006/01/27 06:53:51 fs 1.32.70.2: RESYNC: (1.32-1.34); FILE MERGED 2006/01/20 14:51:45 fs 1.32.70.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version
Diffstat (limited to 'dbaccess/source/core/api/RowSetBase.hxx')
-rw-r--r--dbaccess/source/core/api/RowSetBase.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx
index 135109840..486ea89e1 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: RowSetBase.hxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: hr $ $Date: 2006-01-25 15:10:31 $
+ * last change: $Author: rt $ $Date: 2006-02-06 16:54:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -369,6 +369,8 @@ namespace dbaccess
{
fireProperty( _nProperty, _bNew, _bOld );
}
+
+ ::osl::Mutex* getMutex() const { return m_pMutex; }
};
// ========================================================================