Changeset 5825 in ntrip for trunk/BNC/src/PPP/pppMain.cpp
- Timestamp:
- Aug 6, 2014, 1:31:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.cpp
r5814 r5825 79 79 } 80 80 } 81 catch ( pppExcept exc) {81 catch (t_except exc) { 82 82 _running = true; 83 83 stop(); … … 140 140 141 141 if (hlp.size() < 9) { 142 throw pppExcept("pppMain: wrong option staTable");142 throw t_except("pppMain: wrong option staTable"); 143 143 } 144 144
Note:
See TracChangeset
for help on using the changeset viewer.