Ignore:
Timestamp:
Jun 25, 2012, 5:26:52 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4263 r4363  
    159159  }
    160160  else {
    161     _rnxObsFile = new t_rnxObsFile(_opt->obsFileName, t_rnxObsFile::input);
     161    try {
     162      _rnxObsFile = new t_rnxObsFile(_opt->obsFileName, t_rnxObsFile::input);
     163    }
     164    catch (...) {
     165      emit finished();
     166      deleteLater();
     167      return;
     168    }
    162169    _rnxNavFile = new t_rnxNavFile(_opt->navFileName, t_rnxNavFile::input);
    163170    _pppClient  = new bncPPPclient("POST", _opt, false);
Note: See TracChangeset for help on using the changeset viewer.