Changeset 9175 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 21, 2020, 9:57:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r9023 r9175 127 127 // do nothing if no logfile available 128 128 129 if (BNC_CORE->mode() != t_bncCore::interactive) { cout << "bin hier" << endl;129 if (BNC_CORE->mode() != t_bncCore::interactive) { 130 130 qApp->exit(0); 131 131 msleep(100); //sleep 0.1 sec 132 132 } 133 else { cout << "bin hier" << endl;133 else { 134 134 emit finished(); 135 135 deleteLater();
Note:
See TracChangeset
for help on using the changeset viewer.