add onError with three params and move to atom-auto-updater
This commit is contained in:
parent
1cfd20f861
commit
8cf00fece6
4 changed files with 20 additions and 65 deletions
|
@ -32,6 +32,7 @@ class AutoUpdater : public mate::EventEmitter<AutoUpdater>,
|
|||
|
||||
// Delegate implementations.
|
||||
void OnError(const std::string& error) override;
|
||||
void OnError(const std::string& message, const int code, const std::string& domain);
|
||||
void OnCheckingForUpdate() override;
|
||||
void OnUpdateAvailable() override;
|
||||
void OnUpdateNotAvailable() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue