Kaydet (Commit) 3da25d52 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS configrefactor01 (1.7.84); FILE MERGED

2007/01/11 20:15:59 mmeeks 1.7.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 27f6192d
......@@ -4,9 +4,9 @@
*
* $RCSfile: updatedata.hxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: rt $ $Date: 2005-09-08 03:35:04 $
* last change: $Author: ihi $ $Date: 2007-11-23 14:10:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -50,8 +50,8 @@
#include <rtl/ustring.hxx>
#endif
#ifndef _SALHELPER_SIMPLEREFERENCEOBJECT_HXX_
#include <salhelper/simplereferenceobject.hxx>
#ifndef CONFIGMGR_UTILITY_HXX_
#include "utility.hxx"
#endif
#ifndef INCLUDED_SET
......@@ -91,7 +91,7 @@ namespace configmgr
// -----------------------------------------------------------------------------
class NamedUpdate : public salhelper::SimpleReferenceObject
class NamedUpdate : public configmgr::SimpleReferenceObject
{
OUString const m_aName;
......
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