summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/RowSetBase.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-06-22 12:08:06 +0000
committerOcke Janssen <oj@openoffice.org>2001-06-22 12:08:06 +0000
commit1f264ce0d5c52db3ded2f1b7a35f9f14c2e40c18 (patch)
tree570134f76a95ddd2b07bcbcffef35cdfe5659654 /dbaccess/source/core/api/RowSetBase.hxx
parent5e28418a100742a999b774db9d0f12e8f8fb6fe4 (diff)
#88012# a new method for repositioning the cache
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 bc91bea88..a268a3f2b 100644
--- a/dbaccess/source/core/api/RowSetBase.hxx
+++ b/dbaccess/source/core/api/RowSetBase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: RowSetBase.hxx,v $
*
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: oj $ $Date: 2001-05-28 13:01:26 $
+ * last change: $Author: oj $ $Date: 2001-06-22 13:08:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,6 +200,8 @@ namespace dbaccess
// OPropertyContainer
virtual void SAL_CALL getFastPropertyValue(::com::sun::star::uno::Any& rValue,sal_Int32 nHandle) const;
+ // postions the cache which the currently bookmark m_aBookmark
+ void positionCache();
public:
virtual ~ORowSetBase();