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


Ignore:
Timestamp:
Jul 31, 2014, 2:16:16 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5721 r5725  
    7272    QSharedPointer<t_options> opt = it.next();
    7373    t_pppThread* pppThread = new t_pppThread(opt.data());
     74    pppThread->start();
     75    _pppThreads << pppThread;
    7476    _running = true;
    7577  }
Note: See TracChangeset for help on using the changeset viewer.