summaryrefslogtreecommitdiff
path: root/configmgr/source/registry
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-23 13:29:43 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-23 13:29:43 +0000
commitacd4dd19335e493a76db79b30acd5737d2cf15a9 (patch)
tree18be7f9f18dd706dffdbc4e82999cece81ec5934 /configmgr/source/registry
parentc4a1894db9948b43fb2fd4d3858ced0a201c1fe8 (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.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/configmgr/source/registry/cfgregistrykey.hxx b/configmgr/source/registry/cfgregistrykey.hxx
index 3ca55bca1b..8973056f13 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 >