diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-09 17:17:44 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-09 17:17:44 +0200 |
commit | bc6aeaa834d666221171d302d4f101ce65608898 (patch) | |
tree | 9fecfeb46e4189fb4baebf7f1bd1fb1277b36631 /shared.h | |
parent | 5b66830ca806e00f415d6ee83b15e410130de371 (diff) | |
download | umosapicpp-bc6aeaa834d666221171d302d4f101ce65608898.tar.xz umosapicpp-bc6aeaa834d666221171d302d4f101ce65608898.zip |
Refactoring some code to be more readable
Diffstat (limited to 'shared.h')
-rw-r--r-- | shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,6 +5,6 @@ #include "db/mongo_access.h" extern std::map<std::string, std::string> config; -extern mongo_access mongo; +extern UmosapiService::mongo_access mongo; #endif |