|
dca_interface
6.3.4
|
#include <base_classes.h>
Encapsulates the details of a result of an update process.
Definition at line 1081 of file base_classes.h.
Public Member Functions | |
| std::string | component () const |
| Returns the name of the component the detail applies to. | |
| std::string | oldVersion () const |
| Returns the version active (installed) before the update was invoked. | |
| std::string | newVersion () const |
| Returns the version currently active (installed). | |
| bool | available () const |
| true if an update was available for this component, false otherwise | |
| bool | downloaded () const |
| true if an update sucessfully downloaded for this component, false otherwise | |
| bool | installed () const |
| true if an update sucessfully installed for this component, false otherwise | |
| int | returnCode () const |
| The internal code of the update, this can be any internal error code, 0 in case of success or DCA_UPDATE_DOWNLOAD_SCHEDULED. | |
1.8.18