summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:51:32 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-06-18 14:51:32 +0000
commit8756613eaf3961968571117e7326ddabe8a42b7c (patch)
tree8fdd0d43ee40553da05221f22f52bd616214d261 /configmgr
parent592b903a89ae333aa71831882d907f019bfa67b1 (diff)
INTEGRATION: CWS cfgapi (1.4.108); FILE MERGED
2004/05/31 12:52:57 ssmith 1.4.108.1: #28725# #28728# adding XFlushable and XRefreshable
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/treecache/cacheaccess.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/configmgr/source/treecache/cacheaccess.hxx b/configmgr/source/treecache/cacheaccess.hxx
index 4f326d4bb399..b746195101b0 100644
--- a/configmgr/source/treecache/cacheaccess.hxx
+++ b/configmgr/source/treecache/cacheaccess.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cacheaccess.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:19:40 $
+ * last change: $Author: hr $ $Date: 2004-06-18 15:51:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,7 +71,6 @@
#ifndef CONFIGMGR_UTILITY_HXX_
#include "utility.hxx"
#endif
-
#ifndef _OSL_MUTEX_HXX_
#include <osl/mutex.hxx>
#endif
@@ -88,7 +87,10 @@ namespace configmgr
using ::rtl::OUString;
class ConfigChangeBroadcastHelper;
-
+ namespace backend
+ {
+ class CacheController;
+ }
//-----------------------------------------------------------------------------
class CacheClientAccess : public salhelper::SimpleReferenceObject, Noncopyable
@@ -162,6 +164,7 @@ namespace configmgr
typedef Data::Path Path;
typedef std::vector< ModuleRef > DisposeList;
+ friend class backend::CacheController;
private:
friend class CacheDisposeScheduler;
typedef std::map< ModuleName, TimeStamp > DeadModuleList;