User: rt Date: 2006/07/26 00:46:50 Modified: dba/dbaccess/source/core/api/RowSetCacheIterator.hxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCacheIterator.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCacheIterator.hxx?r1=1.10&r2=1.11 Delta lines: +3 -0 ------------------- --- RowSetCacheIterator.hxx 20 Jun 2006 02:37:06 -0000 1.10 +++ RowSetCacheIterator.hxx 26 Jul 2006 07:46:47 -0000 1.11 @@ -84,12 +84,15 @@ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
