Changeset 5977 in ntrip for trunk/BNC/src/PPP/pppThread.cpp
- Timestamp:
- Aug 17, 2014, 2:00:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppThread.cpp
r5973 r5977 57 57 t_pppThread::t_pppThread(const t_pppOptions* opt) : QThread(0) { 58 58 59 cout << "t_pppThread" << endl;60 61 59 _opt = opt; 62 60 _pppRun = 0; … … 71 69 //////////////////////////////////////////////////////////////////////////// 72 70 t_pppThread::~t_pppThread() { 73 cout << "~t_pppThread" << endl;74 71 delete _pppRun; 75 72 }
Note:
See TracChangeset
for help on using the changeset viewer.