User: hr Date: 06/06/19 19:36:55 Modified: /dba/dbaccess/source/core/api/ RowSetCacheIterator.cxx
Log: 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) File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCacheIterator.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCacheIterator.cxx?r1=1.13&r2=1.14 Delta lines: +3 -3 ------------------- --- RowSetCacheIterator.cxx 6 Feb 2006 16:54:56 -0000 1.13 +++ RowSetCacheIterator.cxx 20 Jun 2006 02:36:52 -0000 1.14 @@ -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) { } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
