libstorage-ng
|
Public Member Functions | |
virtual void | message (const std::string &message) const =0 |
Callback for progress messages. | |
virtual bool | error (const std::string &message, const std::string &what) const =0 |
Callback for errors. |
|
pure virtual |
Callback for errors.
message is translated. what is usually not translated and may be empty.
If it returns true the error is ignored as good as possible.
|
pure virtual |
Callback for progress messages.
message is translated.