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


Ignore:
Timestamp:
Aug 8, 2014, 10:02:53 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5847 r5860  
    5757//////////////////////////////////////////////////////////////////////////////
    5858t_pppMain::~t_pppMain() {
    59   stop();
     59  slotStop();
    6060}
    6161
     
    8181  catch (t_except exc) {
    8282    _running = true;
    83     stop();
     83    slotStop();
    8484  }
    8585}
     
    8787//
    8888//////////////////////////////////////////////////////////////////////////////
    89 void t_pppMain::stop() {
     89void t_pppMain::slotStop() {
    9090  if (!_running) {
    9191    return;
Note: See TracChangeset for help on using the changeset viewer.