hangup modem if dialed

svn path=/trunk/boinc/; revision=759
This commit is contained in:
Eric Heien 2002-12-18 20:13:36 +00:00
parent 7509d99ac0
commit 725eeee2e9
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ GLOBAL_PREFS::GLOBAL_PREFS() {
dont_run_on_batteries = false;
dont_run_if_user_active = false;
confirm_before_connecting = false;
hangup_if_dialed = false;
high_water_days = 3;
low_water_days = 1;
disk_max_used_gb = 1;

View File

@ -37,6 +37,7 @@ struct GLOBAL_PREFS {
bool dont_run_on_batteries;
bool dont_run_if_user_active;
bool confirm_before_connecting;
bool hangup_if_dialed;
double high_water_days;
double low_water_days;
double disk_max_used_gb;