MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Namespaces | Macros | Functions
controller_updater.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

 Controller
 Holds everything unique to the controller.
 

Macros

#define SHARED_SECRET   "empty"
 

Functions

JSON::Value Controller::CheckUpdateInfo ()
 
void Controller::CheckUpdates ()
 Calls CheckUpdateInfo(), uses the resulting JSON::Value to download any needed updates. More...
 
std::string Controller::readFile (std::string filename)
 
void Controller::updateComponent (const std::string &component, const std::string &md5sum, Socket::Connection &updrConn)
 Attempts to download an update for the listed component. More...
 
bool Controller::writeFile (std::string filename, std::string &contents)
 

Macro Definition Documentation

#define SHARED_SECRET   "empty"