version 0.1.9
[fms.git] / include / freenet / introductionpuzzleremover.h
diff --git a/include/freenet/introductionpuzzleremover.h b/include/freenet/introductionpuzzleremover.h
deleted file mode 100644 (file)
index 65fa39d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef _introductionpuzzleremover_\r
-#define _introductionpuzzleremover_\r
-\r
-#include "../idatabase.h"\r
-#include "../ilogger.h"\r
-#include "../datetime.h"\r
-#include "ifreenetregistrable.h"\r
-#include "iperiodicprocessor.h"\r
-\r
-/**\r
-       \brief Removes stale IntroductionPuzzles from database\r
-*/\r
-class IntroductionPuzzleRemover:public IFreenetRegistrable,public IPeriodicProcessor,public IDatabase,public ILogger\r
-{\r
-public:\r
-       IntroductionPuzzleRemover();\r
-\r
-       void Process();\r
-\r
-       void RegisterWithThread(FreenetMasterThread *thread);\r
-\r
-private:\r
-\r
-       DateTime m_lastchecked;\r
-\r
-};\r
-\r
-#endif // _introductionpuzzleremover_\r