From 703ca18c66d6e7b209b13f415dfc52624801c77a Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 20 Sep 2008 21:14:25 +0000 Subject: More comments, and remove some unused craq. Someone (that being me) once wrote a craqy imitation of std::bitset called dynamicbitmask which took up a large amount of hashcomp.{h,cpp} before i actually knew that std::bitset existed. NOTHING has ever used this class, so whack it as tidyup, knowing it wont break anything :) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10567 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/filelogger.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/filelogger.h') diff --git a/include/filelogger.h b/include/filelogger.h index 3100761d9..888975d66 100644 --- a/include/filelogger.h +++ b/include/filelogger.h @@ -31,6 +31,8 @@ enum DebugLevel /* Forward declaration -- required */ class InspIRCd; +/** A logging class which logs to a streamed file. + */ class CoreExport FileLogStream : public LogStream { private: @@ -44,3 +46,4 @@ class CoreExport FileLogStream : public LogStream }; #endif + -- cgit v1.2.3