version 0.3.29
[fms.git] / include / freenet / introductionpuzzleinserter.h
index 9cd88e3..e376dbf 100644 (file)
@@ -9,16 +9,16 @@
 class IntroductionPuzzleInserter:public IIndexInserter<long>\r
 {\r
 public:\r
-       IntroductionPuzzleInserter();\r
-       IntroductionPuzzleInserter(FCPv2 *fcp);\r
+       IntroductionPuzzleInserter(SQLite3DB::DB *db);\r
+       IntroductionPuzzleInserter(SQLite3DB::DB *db, FCPv2::Connection *fcp);\r
 \r
 private:\r
        void Initialize();\r
        void CheckForNeededInsert();\r
        const bool StartInsert(const long &localidentityid);\r
        void GenerateCaptcha(std::string &encodeddata, std::string &solution);\r
-       const bool HandlePutSuccessful(FCPMessage &message);\r
-       const bool HandlePutFailed(FCPMessage &message);\r
+       const bool HandlePutSuccessful(FCPv2::Message &message);\r
+       const bool HandlePutFailed(FCPv2::Message &message);\r
 \r
        Poco::DateTime m_lastchecked;\r
        int m_maxpuzzleinserts;\r