X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhttp%2Fhttpthread.h;h=b57906da55034002d8eed4ea26be3ac0bd514d16;hb=59a5414ec47a2932a7802fcd1d98c4d80166564f;hp=b6d7035bcf6928ace9047ae884d2d86d89710496;hpb=4e96d123460d6363cf7274e36bd9357768eb86ad;p=fms.git diff --git a/include/http/httpthread.h b/include/http/httpthread.h index b6d7035..b57906d 100644 --- a/include/http/httpthread.h +++ b/include/http/httpthread.h @@ -3,11 +3,11 @@ #include "../threadwrapper/cancelablerunnable.h" #include "../ilogger.h" -#include "../idatabase.h" +#include "../ithreaddatabase.h" #include -class HTTPThread:public CancelableRunnable,public ILogger, public IDatabase +class HTTPThread:public CancelableRunnable,public ILogger, public IThreadDatabase { public: HTTPThread();