Kaydet (Commit) 6457c67a authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst f2a5ed6d
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: cfgregistrykey.hxx,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,10 +53,6 @@ ...@@ -53,10 +53,6 @@
#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp>
#endif #endif
#ifndef _OSL_MUTEX_HXX_
#include <osl/Mutex.hxx>
#endif
//.......................................................................... //..........................................................................
namespace configmgr namespace configmgr
{ {
...@@ -73,7 +69,6 @@ typedef ::cppu::WeakImplHelper1 < ::com::sun::star::registry::XRegistryKey ...@@ -73,7 +69,6 @@ typedef ::cppu::WeakImplHelper1 < ::com::sun::star::registry::XRegistryKey
class OConfigurationRegistryKey class OConfigurationRegistryKey
:public OConfigurationRegistryKey_Base :public OConfigurationRegistryKey_Base
{ {
::osl::Mutex m_aMutex; /// access safety
sal_Bool m_bReadOnly; /// is the key readonly ? sal_Bool m_bReadOnly; /// is the key readonly ?
::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment