Changeset 5845 in ntrip for trunk/BNC/src/bncmain.cpp


Ignore:
Timestamp:
Aug 7, 2014, 9:50:49 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5729 r5845  
    5656#  include "rinex/reqcanalyze.h"
    5757#endif
     58#include "PPP/pppMain.h"
    5859
    5960using namespace std;
     
    203204   
    204205    BNC_CORE->slotMessage("========== Start BNC v" BNCVERSION " =========", true);
    205    
     206
     207    // PPP Client(s) (in separate threads)
     208    // -----------------------------------   
     209    BNC_PPP::t_pppMain* pppMain = new BNC_PPP::t_pppMain();
     210    pppMain->start();
     211
    206212    // Normal case - data from Internet
    207213    // --------------------------------
Note: See TracChangeset for help on using the changeset viewer.