X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Ffreenet%2Funkeyedidcreator.h;h=1cdd7b9278978fb3c47b694650fb058d7fe7bd17;hp=054a95dc5d2d59d11cd8f6e9bd6f2d37bc98eaae;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad diff --git a/include/freenet/unkeyedidcreator.h b/include/freenet/unkeyedidcreator.h index 054a95d..1cdd7b9 100644 --- a/include/freenet/unkeyedidcreator.h +++ b/include/freenet/unkeyedidcreator.h @@ -17,8 +17,8 @@ class UnkeyedIDCreator:public IFreenetRegistrable,public IFCPConnected,public IFCPMessageHandler,public IDatabase,public IPeriodicProcessor,public ILogger { public: - UnkeyedIDCreator(); - UnkeyedIDCreator(FCPv2::Connection *fcp); + UnkeyedIDCreator(SQLite3DB::DB *db); + UnkeyedIDCreator(SQLite3DB::DB *db, FCPv2::Connection *fcp); const bool HandleMessage(FCPv2::Message &message);