Changeset 5774 in ntrip for trunk/BNC/src/PPP/pppMain.cpp


Ignore:
Timestamp:
Aug 4, 2014, 10:16:07 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppMain.cpp

    r5765 r5774  
    9595  while (it.hasNext()) {
    9696    t_pppThread* pppThread = it.next();
    97     pppThread->exit();
    98     pppThread->deleteLater();
     97    pppThread->stop();
    9998  }
    10099  _pppThreads.clear();
Note: See TracChangeset for help on using the changeset viewer.