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:
parent
c7c5978c05
commit
935db47bac
1 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue