INTEGRATION: CWS warnings01 (1.10.14); FILE MERGED
2006/04/07 20:45:48 sb 1.10.14.2: RESYNC: (1.10-1.13); FILE MERGED 2006/03/24 15:35:47 fs 1.10.14.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
This commit is contained in:
parent
3b9b59b3a9
commit
4bff474d45
1 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: RowSetCacheIterator.cxx,v $
|
||||
*
|
||||
* $Revision: 1.13 $
|
||||
* $Revision: 1.14 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2006-02-06 16:54:56 $
|
||||
* last change: $Author: hr $ $Date: 2006-06-20 02:36:52 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -45,8 +45,8 @@
|
|||
|
||||
using namespace dbaccess;
|
||||
ORowSetCacheIterator::ORowSetCacheIterator(const ORowSetCacheIterator& _rRH)
|
||||
: m_pCache(_rRH.m_pCache)
|
||||
, m_aIter(_rRH.m_aIter)
|
||||
: m_aIter(_rRH.m_aIter)
|
||||
, m_pCache(_rRH.m_pCache)
|
||||
,m_pRowSet(_rRH.m_pRowSet)
|
||||
{
|
||||
}
|
||||
|
@ -145,4 +145,4 @@ sal_Bool ORowSetCacheIterator::isNull() const
|
|||
::osl::Mutex* ORowSetCacheIterator::getMutex() const
|
||||
{
|
||||
return m_pRowSet ? m_pRowSet->getMutex() : NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue