#101911#: more precise friend declaration

This commit is contained in:
Jens-Heiner Rechtien 2002-10-24 07:36:59 +00:00
parent aa8e62d33f
commit 3198ad1537

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: cachecontroller.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -361,8 +361,8 @@ namespace configmgr
bool m_bDisposing; // disables async writing and automatic refresh bool m_bDisposing; // disables async writing and automatic refresh
friend class OTreeDisposeScheduler; friend class configmgr::OTreeDisposeScheduler;
friend class OCacheWriteScheduler; friend class configmgr::OCacheWriteScheduler;
friend class OInvalidateTreeThread; friend class OInvalidateTreeThread;
}; };