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


Ignore:
Timestamp:
Aug 17, 2014, 2:00:41 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5975 r5977  
    5252//////////////////////////////////////////////////////////////////////////////
    5353t_pppMain::t_pppMain() {
    54   cout << "t_pppMain" << endl;
    5554  _running = false;
    5655}
     
    5958//////////////////////////////////////////////////////////////////////////////
    6059t_pppMain::~t_pppMain() {
    61   cout << "~t_pppMain" << endl;
    6260  stop();
    6361  QListIterator<t_pppOptions*> iOpt(_options);
     
    9593//////////////////////////////////////////////////////////////////////////////
    9694void t_pppMain::stop() {
    97 
    98   cout << "t_pppMain::stop" << endl;
    9995
    10096  if (!_running) {
Note: See TracChangeset for help on using the changeset viewer.