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


Ignore:
Timestamp:
Aug 9, 2014, 10:00:20 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5898 r5900  
    5757//////////////////////////////////////////////////////////////////////////////
    5858t_pppMain::~t_pppMain() {
    59   slotStop();
     59  stop();
    6060}
    6161
     
    8181  catch (t_except exc) {
    8282    _running = true;
    83     slotStop();
     83    stop();
    8484  }
    8585}
     
    8787//
    8888//////////////////////////////////////////////////////////////////////////////
    89 void t_pppMain::slotStop() {
    90 
    91   cout << "t_pppMain::slotStop" << endl;
     89void t_pppMain::stop() {
    9290
    9391  if (!_running) {
Note: See TracChangeset for help on using the changeset viewer.