Changeset 5901 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 9, 2014, 10:39:23 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5884 r5901  
    7474////////////////////////////////////////////////////////////////////////////
    7575void t_pppThread::run() {
     76 
     77  connect(BNC_CORE, SIGNAL(quitPPP()), this, SLOT(quit()));
     78
    7679  try {
    7780    _pppRun = new t_pppRun(_opt);
Note: See TracChangeset for help on using the changeset viewer.