summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/api/FilteredContainer.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:28:22 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-30 07:28:22 +0000
commit77cefcd0b4628df633940bee855eabfa3c56d0a3 (patch)
treee172e26668fa4a41e27a8388fb3a664edcc3f089 /dbaccess/source/core/api/FilteredContainer.cxx
parentcd06f21d6579851b9ff8dd86b335ee05245df0a7 (diff)
INTEGRATION: CWS dba24d (1.9.170); FILE MERGED
2007/12/04 09:24:08 oj 1.9.170.1: #i81644# add new common var to block elementInserted events
Diffstat (limited to 'dbaccess/source/core/api/FilteredContainer.cxx')
-rw-r--r--dbaccess/source/core/api/FilteredContainer.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/dbaccess/source/core/api/FilteredContainer.cxx b/dbaccess/source/core/api/FilteredContainer.cxx
index f8d08645e554..5a668ebf5951 100644
--- a/dbaccess/source/core/api/FilteredContainer.cxx
+++ b/dbaccess/source/core/api/FilteredContainer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FilteredContainer.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 06:31:19 $
+ * last change: $Author: rt $ $Date: 2008-01-30 08:28:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,10 +106,12 @@ namespace dbaccess
const Reference< XConnection >& _xCon,
sal_Bool _bCase,
IRefreshListener* _pRefreshListener,
- IWarningsContainer* _pWarningsContainer)
+ IWarningsContainer* _pWarningsContainer
+ ,oslInterlockedCount& _nInAppend)
:OCollection(_rParent,_bCase,_rMutex,::std::vector< ::rtl::OUString>())
,m_pWarningsContainer(_pWarningsContainer)
,m_pRefreshListener(_pRefreshListener)
+ ,m_nInAppend(_nInAppend)
,m_xConnection(_xCon)
,m_bConstructed(sal_False)
{