1 #ifndef AKTUALIZR_INFO_CONFIG_H_
2 #define AKTUALIZR_INFO_CONFIG_H_
4 #include <boost/filesystem.hpp>
5 #include <boost/program_options.hpp>
6 #include <boost/property_tree/ini_parser.hpp>
8 #include "bootloader/bootloader_config.h"
9 #include "logging/logging_config.h"
10 #include "package_manager/packagemanagerconfig.h"
11 #include "storage/storage_config.h"
12 #include "utilities/config_utils.h"
24 void postUpdateValues();
25 void writeToStream(std::ostream& sink)
const;
34 void updateFromCommandLine(
const boost::program_options::variables_map& cmd);
35 void updateFromPropertyTree(
const boost::property_tree::ptree& pt)
override;
37 bool loglevel_from_cmdline{
false};
41 #endif // AKTUALIZR_INFO_CONFIG_H_