Changeset 5906 in ntrip
- Timestamp:
- Aug 9, 2014, 11:46:26 AM (10 years ago)
- Location:
- trunk/BNC/src/PPP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppMain.cpp
r5905 r5906 75 75 t_pppThread* pppThread = new t_pppThread(ownThread, opt); 76 76 if (ownThread) { 77 cout << "start" << endl;78 77 pppThread->start(); 79 78 } 80 79 else { 81 cout << "run" << endl;82 80 pppThread->run(); 83 81 } -
trunk/BNC/src/PPP/pppThread.cpp
r5905 r5906 70 70 //////////////////////////////////////////////////////////////////////////// 71 71 t_pppThread::~t_pppThread() { 72 cout << "~t_pppThread" << endl;73 72 delete _pppRun; 74 73 }
Note:
See TracChangeset
for help on using the changeset viewer.