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


Ignore:
Timestamp:
Jul 31, 2014, 12:17:11 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5715 r5716  
    4949//////////////////////////////////////////////////////////////////////////////
    5050t_pppMain::t_pppMain() {
    51   readOptions();
    5251}
    5352
     
    5554//////////////////////////////////////////////////////////////////////////////
    5655t_pppMain::~t_pppMain() {
     56}
     57
     58//
     59//////////////////////////////////////////////////////////////////////////////
     60void t_pppMain::start() {
     61  readOptions();
     62}
     63
     64//
     65//////////////////////////////////////////////////////////////////////////////
     66void t_pppMain::stop() {
    5767}
    5868
Note: See TracChangeset for help on using the changeset viewer.