diff options
author | unknown <b0ris@b0ris-satellite.(none)> | 2012-03-05 00:35:20 +0200 |
---|---|---|
committer | unknown <b0ris@b0ris-satellite.(none)> | 2012-03-05 00:35:20 +0200 |
commit | 0b04a9542db946e9fb94780aee24869e463ceaa2 (patch) | |
tree | 476a9a6049474e354e1645b836dae4d8f4ed71a9 /client/Proxifier.h | |
parent | d46b59919581ace366930f45390aeb20409ccebe (diff) |
Reload proxifier config functionality. Remove message about config update
Diffstat (limited to 'client/Proxifier.h')
-rw-r--r-- | client/Proxifier.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/Proxifier.h b/client/Proxifier.h index 9d5b316..712e79c 100644 --- a/client/Proxifier.h +++ b/client/Proxifier.h @@ -30,11 +30,11 @@ public: * @return pointer to Proxifier singleton */ static Proxifier* GetInstance(); - /** - * @brief restart Proxifier.exe process - * @return true on success or false otherwise - */ - bool Restart(); + /** + * @brief Reload Proxifier's profile + * @return true on success or false otherwise + */ + bool ReloadConfig(); /** * @brief Chack if the current config is valid * @return true if the config is valid or false otherwise |