Changeset 7856 in ntrip for trunk/BNC/src/pppThread.cpp


Ignore:
Timestamp:
Apr 7, 2016, 6:20:00 PM (8 years ago)
Author:
stuerze
Message:

minor changes to allow a clean end of program

File:
1 edited

Legend:

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

    r6046 r7856  
    3636 * Created:    29-Jul-2014
    3737 *
    38  * Changes:   
     38 * Changes:
    3939 *
    4040 * -----------------------------------------------------------------------*/
     
    6262  connect(this, SIGNAL(finished()), this, SLOT(deleteLater()));
    6363
    64   connect(this, SIGNAL(newMessage(QByteArray,bool)), 
     64  connect(this, SIGNAL(newMessage(QByteArray,bool)),
    6565          BNC_CORE, SLOT(slotMessage(const QByteArray,bool)));
    6666}
     
    7575////////////////////////////////////////////////////////////////////////////
    7676void t_pppThread::run() {
    77  
     77
    7878  try {
    7979    _pppRun = new t_pppRun(_opt);
Note: See TracChangeset for help on using the changeset viewer.