Changeset 5716 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Jul 31, 2014, 12:17:11 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 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
  • trunk/BNC/src/PPP/pppMain.h

    r5714 r5716  
    1010 public:
    1111  t_pppMain();                                                     
    12   ~t_pppMain();                                                     
     12  ~t_pppMain();
     13  void start();                                                     
     14  void stop();                                                     
    1315
    1416 private:
Note: See TracChangeset for help on using the changeset viewer.