diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-17 09:19:03 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-17 09:19:03 +0000 |
commit | 79cb6da134f08c8919e12cc60fb37ad4e29c3042 (patch) | |
tree | 2785485e8d867348211b679570735cbc3d89ae17 /dbaccess/source/core/api/RowSetBase.hxx | |
parent | 1664c3141ff8337e2e982f5b3ff5c61a7924861d (diff) |
some changes for the rowset
Diffstat (limited to 'dbaccess/source/core/api/RowSetBase.hxx')
-rw-r--r-- | dbaccess/source/core/api/RowSetBase.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/core/api/RowSetBase.hxx b/dbaccess/source/core/api/RowSetBase.hxx index b1100e7ab..39b5c973f 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.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2000-10-11 11:18:11 $ + * last change: $Author: oj $ $Date: 2000-10-17 10:18:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,8 +143,6 @@ namespace dbaccess ORowSetMatrix::iterator m_aCurrentRow; // contains the actual fetched row ::cppu::OWeakObject* m_pMySelf; // set by derived classes - - connectivity::OSQLParseTreeIterator* m_pIterator; ORowSetCache* m_pCache; // the cache is used by the rowset and his clone (shared) ORowSetDataColumns* m_pColumns; // represent the select columns ::cppu::OBroadcastHelper& m_rBHelper; // must be set from the derived classes |