Changeset 5768 in ntrip
- Timestamp:
- Aug 4, 2014, 9:01:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5767 r5768 70 70 try { 71 71 _pppRun = new t_pppRun(_opt); 72 QThread::exec();73 72 } 74 73 catch (pppExcept exc) { 74 _pppRun = 0; 75 75 emit newMessage(QByteArray(exc.what().c_str()), true); 76 76 } 77 QThread::exec(); 77 78 } 78 79
Note:
See TracChangeset
for help on using the changeset viewer.