Changeset 5845 in ntrip
- Timestamp:
- Aug 7, 2014, 9:50:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmain.cpp
r5729 r5845 56 56 # include "rinex/reqcanalyze.h" 57 57 #endif 58 #include "PPP/pppMain.h" 58 59 59 60 using namespace std; … … 203 204 204 205 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 206 212 // Normal case - data from Internet 207 213 // --------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.