GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
27 #ifndef GPGFRONTEND_CTXCHECKTRHEAD_H
28 #define GPGFRONTEND_CTXCHECKTRHEAD_H
30 #include "core/GpgFrontendCore.h"
31 #include "core/thread/Task.h"
52 void SignalGnupgNotInstall();
63 #endif // GPGFRONTEND_CTXCHECKTRHEAD_H
static CoreCommonUtil * GetInstance()
Construct a new Core Common Util object.
Definition: CoreCommonUtil.cpp:33
void init_logging()
setup logging system and do proper initialization
Definition: GpgCoreInit.cpp:46
CtxCheckTask()
Construct a new Ctx Check Thread object.
Definition: CtxCheckTask.cpp:34
static GpgContext & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:181
void FlushKeyCache()
flush the keys in the cache
Definition: GpgKeyGetter.cpp:101
Definition: CtxCheckTask.h:33
Definition: CtxCheckTask.h:38
void Run() override
Run - run the task.
Definition: CtxCheckTask.cpp:40