Tag: cws_src680_dba203c User: fs Date: 06/04/25 01:41:59 Modified: /dba/dbaccess/source/core/api/ querycontainer.cxx
Log: minor change File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: querycontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/querycontainer.cxx?r1=1.22&r2=1.22.110.1 Delta lines: +44 -46 --------------------- --- querycontainer.cxx 8 Sep 2005 10:08:24 -0000 1.22 +++ querycontainer.cxx 25 Apr 2006 08:41:56 -0000 1.22.110.1 @@ -4,9 +4,9 @@ * * $RCSfile: querycontainer.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.22.110.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 10:08:24 $ + * last change: $Author: fs $ $Date: 2006/04/25 08:41:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -176,8 +176,8 @@ { Reference< XContent> xNewObject; ::rtl::OUString sNewObjectName; - { - MutexGuard aGuard(m_aMutex); + + ClearableMutexGuard aGuard(m_aMutex); OQueryDescriptor* pImpl = NULL; comphelper::getImplementation(pImpl, Reference< XInterface >(_rxDesc.get())); @@ -224,9 +224,7 @@ #endif // TODO : the columns part of the descriptor has to be copied xNewObject = implCreateWrapper(Reference< XContent>(xCommandDefinitionPart,UNO_QUERY)); - } - ClearableMutexGuard aGuard(m_aMutex); implAppend(sNewObjectName, xNewObject); notifyByName(aGuard,sNewObjectName,xNewObject,NULL,E_INSERTED); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
