X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffreenet%2Funkeyedidcreator.h;h=d0db037c17488c62a9619f7a81471df3f58b6483;hb=76805933f794915a72b7f0a21b12af6654759f4f;hp=7f9fb15904b3d946d55a0956096d793c9a18fe52;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/include/freenet/unkeyedidcreator.h b/include/freenet/unkeyedidcreator.h index 7f9fb15..d0db037 100644 --- a/include/freenet/unkeyedidcreator.h +++ b/include/freenet/unkeyedidcreator.h @@ -2,13 +2,14 @@ #define _unkeyedidcreatorr_ #include "../ilogger.h" -#include "../datetime.h" #include "../idatabase.h" #include "ifreenetregistrable.h" #include "ifcpconnected.h" #include "ifcpmessagehandler.h" #include "iperiodicprocessor.h" +#include + /** \brief Looks for any unkeyed Local Identities and requests SSK keys for them @@ -33,7 +34,7 @@ private: void CheckForUnkeyedID(); void SaveKeys(const long localidentityid, const std::string &publickey, const std::string &privatekey); - DateTime m_lastchecked; + Poco::DateTime m_lastchecked; bool m_waiting; };