From e7150d29f4897d595c9ee2218e190d6cf42f191b Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 23 Mar 2009 20:42:17 +0000 Subject: ConfigReaderThread updates: add done flag, remove main-thread-only mutex git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11256 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/threadengine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/threadengine.h') diff --git a/include/threadengine.h b/include/threadengine.h index d7eaaef69..e1400eb95 100644 --- a/include/threadengine.h +++ b/include/threadengine.h @@ -30,8 +30,7 @@ class CoreExport Thread : public Extensible /** Set to true when the thread is to exit */ bool ExitFlag; -// TODO protected: - public: + protected: /** Get thread's current exit status. * (are we being asked to exit?) */ -- cgit v1.2.3