From 3198ad1537ea18cc26704182db40123cb20614e2 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Thu, 24 Oct 2002 07:36:59 +0000
Subject: [PATCH] #101911#: more precise friend declaration
---
configmgr/source/treecache/cachecontroller.hxx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/configmgr/source/treecache/cachecontroller.hxx b/configmgr/source/treecache/cachecontroller.hxx
index 40de327c1d64..af463290d551 100644
--- a/configmgr/source/treecache/cachecontroller.hxx
+++ b/configmgr/source/treecache/cachecontroller.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cachecontroller.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jb $ $Date: 2002-07-12 11:42:48 $
+ * last change: $Author: hr $ $Date: 2002-10-24 08:36:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -361,8 +361,8 @@ namespace configmgr
bool m_bDisposing; // disables async writing and automatic refresh
- friend class OTreeDisposeScheduler;
- friend class OCacheWriteScheduler;
+ friend class configmgr::OTreeDisposeScheduler;
+ friend class configmgr::OCacheWriteScheduler;
friend class OInvalidateTreeThread;
};