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


Ignore:
Timestamp:
Aug 17, 2014, 1:35:50 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5972 r5973  
    5252//////////////////////////////////////////////////////////////////////////////
    5353t_pppMain::t_pppMain() {
     54  cout << "t_pppMain" << endl;
    5455  _running = false;
    5556}
     
    5859//////////////////////////////////////////////////////////////////////////////
    5960t_pppMain::~t_pppMain() {
     61  cout << "~t_pppMain" << endl;
    6062  stop();
    6163}
     
    8991//////////////////////////////////////////////////////////////////////////////
    9092void t_pppMain::stop() {
     93
     94  cout << "t_pppMain::stop" << endl;
    9195
    9296  if (!_running) {
Note: See TracChangeset for help on using the changeset viewer.