Changeset 5072 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Mar 30, 2013, 11:49:30 AM (12 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/bncpostprocess.cpp
r5070 r5072 222 222 } 223 223 224 if (BNC_CORE->mode() != t_ pgmCore::interactive) {224 if (BNC_CORE->mode() != t_bncCore::interactive) { 225 225 qApp->exit(0); 226 226 } -
trunk/BNC/src/rinex/reqcanalyze.cpp
r5070 r5072 101 101 delete _log; _log = 0; 102 102 delete _logFile; _logFile = 0; 103 if (BNC_CORE->mode() != t_ pgmCore::interactive) {103 if (BNC_CORE->mode() != t_bncCore::interactive) { 104 104 qApp->exit(0); 105 105 } -
trunk/BNC/src/rinex/reqcedit.cpp
r5070 r5072 146 146 // Exit (thread) 147 147 // ------------- 148 if (BNC_CORE->mode() != t_ pgmCore::interactive) {148 if (BNC_CORE->mode() != t_bncCore::interactive) { 149 149 qApp->exit(0); 150 150 }
Note:
See TracChangeset
for help on using the changeset viewer.