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


Ignore:
Timestamp:
Aug 9, 2014, 10:00:20 AM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 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) {
  • trunk/BNC/src/PPP/pppMain.h

    r5870 r5900  
    88namespace BNC_PPP {
    99
    10 class t_pppMain : public QObject {
    11 Q_OBJECT
     10class t_pppMain {
    1211 public:
    1312  t_pppMain();                                                     
    1413  ~t_pppMain();
    1514  void start();                                                     
    16  public slots:
    17   void slotStop();                                                     
     15  void stop();                                                     
    1816
    1917 private:
Note: See TracChangeset for help on using the changeset viewer.