Updater Library - Class List

Following is the description of classes presented in the Stream Library.

Update:

Private Attributes

Public Methods

Private Member Data Documentation

Following is the detailed documentation of the private variables declared under the Update: class.

handler

UpdateStatusHandler handler;

Public Member Function Documentation

Following is the detailed documentation of the public methods declared under the Update: class.

Update

Update();

~Update

virtual ~Update();

checkUpdateRequirement

bool checkUpdateRequirement(const std::string packageName, const std::string packageVersion, const std::string installedVersion, UpdatePriority updatePriority);

setUpdateStatusCallback

void setUpdateStatusCallback(UpdateStatusHandler handler);

update

void update(const std::string packageName, const std::string packageVersion, const std::string url, credential cred);