Changeset 5825 in ntrip for trunk/BNC/src/PPP/pppMain.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/pppMain.cpp

    r5814 r5825  
    7979    }
    8080  }
    81   catch (pppExcept exc) {
     81  catch (t_except exc) {
    8282    _running = true;
    8383    stop();
     
    140140
    141141    if (hlp.size() < 9) {
    142       throw pppExcept("pppMain: wrong option staTable");
     142      throw t_except("pppMain: wrong option staTable");
    143143    }
    144144
Note: See TracChangeset for help on using the changeset viewer.