Changeset 5825 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 6, 2014, 1:31:33 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppThread.cpp

    r5823 r5825  
    7676    QThread::exec();
    7777  }
    78   catch (pppExcept exc) {
     78  catch (t_except exc) {
    7979    _pppRun = 0;
    8080    emit newMessage(QByteArray(exc.what().c_str()), true);
     
    107107  }
    108108  else {
    109     throw pppExcept("t_pppRun: post-processing not yet implemented");
     109    throw t_except("t_pppRun: post-processing not yet implemented");
    110110  }
    111111}
Note: See TracChangeset for help on using the changeset viewer.