Changeset 5072 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Mar 30, 2013, 11:49:30 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/bncpostprocess.cpp

    r5070 r5072  
    222222  }
    223223
    224   if (BNC_CORE->mode() != t_pgmCore::interactive) {
     224  if (BNC_CORE->mode() != t_bncCore::interactive) {
    225225    qApp->exit(0);
    226226  }
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r5070 r5072  
    101101  delete _log;     _log     = 0;
    102102  delete _logFile; _logFile = 0;
    103   if (BNC_CORE->mode() != t_pgmCore::interactive) {
     103  if (BNC_CORE->mode() != t_bncCore::interactive) {
    104104    qApp->exit(0);
    105105  }
  • trunk/BNC/src/rinex/reqcedit.cpp

    r5070 r5072  
    146146  // Exit (thread)
    147147  // -------------
    148   if (BNC_CORE->mode() != t_pgmCore::interactive) {
     148  if (BNC_CORE->mode() != t_bncCore::interactive) {
    149149    qApp->exit(0);
    150150  }
Note: See TracChangeset for help on using the changeset viewer.