INTEGRATION: CWS configrefactor01 (1.6.84); FILE MERGED

2007/01/11 20:16:03 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
This commit is contained in:
Ivo Hinkelmann 2007-11-23 13:30:26 +00:00
parent c7c5978c05
commit 935db47bac

View file

@ -4,9 +4,9 @@
*
* $RCSfile: configregistry.hxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: rt $ $Date: 2005-09-08 04:15:29 $
* last change: $Author: ihi $ $Date: 2007-11-23 14:30:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -39,9 +39,6 @@
#ifndef _CPPUHELPER_IMPLBASE2_HXX_
#include <cppuhelper/implbase2.hxx>
#endif
#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
#endif
#ifndef CONFIGMGR_API_SVCCOMPONENT_HXX_
#include "confsvccomponent.hxx"