X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fthreadbuilder.h;h=090b34e7182586cbb7719b10f123ba0d129d6731;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hp=5c0fc422c107dffa4842200e445bcf8b010dbcf3;hpb=221236a4d3aac4144529d418ce368db5c98facb0;p=fms.git diff --git a/include/threadbuilder.h b/include/threadbuilder.h index 5c0fc42..090b34e 100644 --- a/include/threadbuilder.h +++ b/include/threadbuilder.h @@ -2,10 +2,12 @@ #define _threadbuilder_ #include "idatabase.h" +#include "ilogger.h" -class ThreadBuilder:public IDatabase +class ThreadBuilder:public IDatabase,ILogger { public: + ThreadBuilder(SQLite3DB::DB *db):IDatabase(db) {} const bool Build(const long messageid, const long boardid, const bool bydate=false);