X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffmsapp.h;h=810325d8a69f1c4515dc2307ffcbe895ca01c77c;hb=109c20e6f822c6efa465af31249e5608469253b6;hp=ac2ef7d3757d71af1631f7434a772f525eb87ee7;hpb=023b2219068d481cd6a300982427c99bacd88a12;p=fms.git diff --git a/include/fmsapp.h b/include/fmsapp.h index ac2ef7d..810325d 100644 --- a/include/fmsapp.h +++ b/include/fmsapp.h @@ -2,13 +2,14 @@ #define _fmsapp_ #include "threadwrapper/threadedexecutor.h" +#include "ithreaddatabase.h" #include #include // main FMS application class -class FMSApp:public Poco::Util::ServerApplication +class FMSApp:public Poco::Util::ServerApplication,public IThreadDatabase { public: FMSApp(); @@ -36,6 +37,7 @@ private: bool m_setoption; std::map m_setoptions; std::string m_logtype; + std::string m_workingdirectory; ThreadedExecutor m_threads;