Changeset 5905 in ntrip for trunk/BNC/src/bnccore.cpp


Ignore:
Timestamp:
Aug 9, 2014, 11:45:37 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5903 r5905  
    872872//
    873873////////////////////////////////////////////////////////////////////////////
    874 void t_bncCore::startPPP() {
    875   _pppMain->start();
     874void t_bncCore::startPPP(bool ownThread) {
     875  _pppMain->start(ownThread);
    876876}
    877877
Note: See TracChangeset for help on using the changeset viewer.