Changeset 5944 in ntrip for trunk/BNC/src/PPP/pppRun.cpp


Ignore:
Timestamp:
Aug 16, 2014, 10:26:39 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5942 r5944  
    6060////////////////////////////////////////////////////////////////////////////
    6161t_pppRun::t_pppRun(const t_pppOptions* opt) {
     62
     63  cout << "t_pppRun" << endl;
    6264
    6365  _opt = opt;
     
    106108////////////////////////////////////////////////////////////////////////////
    107109t_pppRun::~t_pppRun() {
     110  cout << "~t_pppRun" << endl;
    108111}
    109112
     
    422425    qApp->exit(0);
    423426  }
     427  else {
     428    BNC_CORE->stopPPP();
     429  }
    424430}
    425431
Note: See TracChangeset for help on using the changeset viewer.