Kaydet (Commit) 0aa57ffe authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS dba204b (1.10.12); FILE MERGED

2006/07/10 07:59:47 oj 1.10.12.1: #i64770# rotate end as well, and removed some warnings plus extra debug code
üst cec5ce44
......@@ -4,9 +4,9 @@
*
* $RCSfile: RowSetCacheIterator.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: hr $ $Date: 2006-06-20 02:37:06 $
* last change: $Author: rt $ $Date: 2006-07-26 07:46:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -84,12 +84,15 @@ namespace dbaccess
const ORowSetMatrix::iterator& operator ->() const;
bool operator <=(const ORowSetMatrix::iterator& _rRH) const;
bool operator <(const ORowSetMatrix::iterator& _rRH) const;
bool operator !=(const ORowSetMatrix::iterator& _rRH) const;
bool operator ==(const ORowSetMatrix::iterator& _rRH) const;
void setBookmark(const ::com::sun::star::uno::Any& _rBookmark);
::com::sun::star::uno::Any getBookmark() const { return m_aIter->second.aBookmark; }
::osl::Mutex* getMutex() const;
ORowSetCacheMap::iterator getIter() const { return m_aIter; }
};
}
#endif // DBACCESS_ROWSETCACHEITERATOR_HXX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment