Changeset 973 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Jul 26, 2008, 9:57:25 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r972 r973  
    110110  expandEnvVar(_userName);
    111111  _userName = _userName.leftJustified(20, ' ', true);
     112
     113  QSettings settings;
     114  _lastDumpCoSec = 0;
     115  _waitCoTime    = settings.value("corrTime").toInt();
     116  if (_waitCoTime < 1) {
     117    _waitCoTime = 1;
     118  }
    112119}
    113120
Note: See TracChangeset for help on using the changeset viewer.