diff options
author | saturneric <[email protected]> | 2023-10-23 06:29:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-23 06:29:25 +0000 |
commit | 31fc827672a131da020c4b4a0c3c8a145d477835 (patch) | |
tree | a825cdbf87d69d7449d00f7360c797e755e8f783 /src/module/GpgFrontendModuleInit.h | |
parent | fix: improve the stability of thread system (diff) | |
download | GpgFrontend-31fc827672a131da020c4b4a0c3c8a145d477835.tar.gz GpgFrontend-31fc827672a131da020c4b4a0c3c8a145d477835.zip |
feat: improve project structure and add GRT for modules
Diffstat (limited to 'src/module/GpgFrontendModuleInit.h')
-rw-r--r-- | src/module/GpgFrontendModuleInit.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h index f00e9eff..74c5b020 100644 --- a/src/module/GpgFrontendModuleInit.h +++ b/src/module/GpgFrontendModuleInit.h @@ -37,19 +37,13 @@ namespace GpgFrontend::Module { * @brief init the module library * */ -void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendIntegratedModules(); +void GPGFRONTEND_MODULE_EXPORT LoadGpgFrontendModules(); /** - * @brief + * @brief shutdown the module library * */ -void GPGFRONTEND_MODULE_EXPORT InitModuleLoggingSystem(); - -/** - * @brief - * - */ -void GPGFRONTEND_MODULE_EXPORT ShutdownModuleLoggingSystem(); +void GPGFRONTEND_MODULE_EXPORT ShutdownGpgFrontendModules(); }; // namespace GpgFrontend::Module |