Changeset 5730 in ntrip
- Timestamp:
- Jul 31, 2014, 3:25:39 PM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.cpp
r5729 r5730 84 84 return; 85 85 } 86 86 87 QListIterator<t_pppThread*> it(_pppThreads); 87 88 while (it.hasNext()) { 88 89 t_pppThread* pppThread = it.next(); 89 90 pppThread->exit(); 91 pppThread->deleteLater(); 90 92 } 93 _pppThreads.clear(); 94 91 95 _running = false; 92 96 } -
trunk/BNC/src/PPP/pppThread.cpp
r5729 r5730 60 60 //////////////////////////////////////////////////////////////////////////// 61 61 t_pppThread::~t_pppThread() { 62 cout << "~t_pppThread" << endl; 62 63 } 63 64
Note:
See TracChangeset
for help on using the changeset viewer.