diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 13:29:43 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-23 13:29:43 +0000 |
commit | 6457c67ab4844e51ff590fdbccc9d0cf64b5618c (patch) | |
tree | 753b17c64f6a44b0979d88715dfe037ffb8df923 /configmgr/source/registry | |
parent | f2a5ed6d2b11fd4302e0201dee063739715743b7 (diff) |
INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED
2007/01/11 20:16:02 mmeeks 1.6.84.1: Submitted by: mmeeks
More re-factoring, lots of locking rationalized, drastically reduced
the mutex count, also removed ~300k interlocked increments with a non-interlocking
SimpleReferencedObject base
Diffstat (limited to 'configmgr/source/registry')
-rw-r--r-- | configmgr/source/registry/cfgregistrykey.hxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/configmgr/source/registry/cfgregistrykey.hxx b/configmgr/source/registry/cfgregistrykey.hxx index 1e8629245ea9..f81f168f124a 100644 --- a/configmgr/source/registry/cfgregistrykey.hxx +++ b/configmgr/source/registry/cfgregistrykey.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cfgregistrykey.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 04:14:56 $ + * last change: $Author: ihi $ $Date: 2007-11-23 14:29:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -53,10 +53,6 @@ #include <com/sun/star/beans/XPropertySetInfo.hpp> #endif -#ifndef _OSL_MUTEX_HXX_ -#include <osl/Mutex.hxx> -#endif - //.......................................................................... namespace configmgr { @@ -73,7 +69,6 @@ typedef ::cppu::WeakImplHelper1 < ::com::sun::star::registry::XRegistryKey class OConfigurationRegistryKey :public OConfigurationRegistryKey_Base { - ::osl::Mutex m_aMutex; /// access safety sal_Bool m_bReadOnly; /// is the key readonly ? ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > |