diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-03-27 16:07:27 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-03-27 16:07:27 +0300 |
commit | ff44c9cd55bff146c6c47277656a967045184c7b (patch) | |
tree | b1d5d59696c8811db0badea0e6dcedca3601b183 /server/include/api_module_downloader.h | |
parent | f87e3320c499edccd545ff3bfc244ef5c7216bb5 (diff) |
working module loader
basic program options support
abitilty to print installed modules info
started config support implementation
Diffstat (limited to 'server/include/api_module_downloader.h')
-rw-r--r-- | server/include/api_module_downloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/include/api_module_downloader.h b/server/include/api_module_downloader.h index 0c4bcf0..3cf8ec6 100644 --- a/server/include/api_module_downloader.h +++ b/server/include/api_module_downloader.h @@ -27,7 +27,7 @@ struct downloader_module_info : public module_info { }; -class downloader_module : public module_base +class module_downloader : public module_base { }; |