Changeset 5066 in ntrip for trunk/BNC/src/rinex/bncpostprocess.cpp
- Timestamp:
- Mar 30, 2013, 11:31:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/bncpostprocess.cpp
r4619 r5066 98 98 } 99 99 else { 100 ((bncApp*) qApp)->slotMessage(msg, false);100 PGM_CORE->slotMessage(msg, false); 101 101 } 102 102 } … … 222 222 } 223 223 224 bncApp* app = (bncApp*) qApp; 225 if ( app->mode() != bncApp::interactive) { 226 app->exit(0); 224 if (PGM_CORE->mode() != t_pgmCore::interactive) { 225 qApp->exit(0); 227 226 } 228 227 else {
Note:
See TracChangeset
for help on using the changeset viewer.