Changeset 5825 in ntrip for trunk/BNC/src/PPP/pppClient.cpp
- Timestamp:
- Aug 6, 2014, 1:31:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppClient.cpp
r5823 r5825 444 444 return finish(failure); 445 445 } 446 catch ( pppExcept msg) {446 catch (t_except msg) { 447 447 LOG << msg.what() << endl; 448 448 return finish(failure);
Note:
See TracChangeset
for help on using the changeset viewer.