Changeset 5906 in ntrip


Ignore:
Timestamp:
Aug 9, 2014, 11:46:26 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

    r5905 r5906  
    7575      t_pppThread* pppThread = new t_pppThread(ownThread, opt);
    7676      if (ownThread) {
    77         cout << "start" << endl;
    7877        pppThread->start();
    7978      }
    8079      else {
    81         cout << "run" << endl;
    8280        pppThread->run();
    8381      }
  • trunk/BNC/src/PPP/pppThread.cpp

    r5905 r5906  
    7070////////////////////////////////////////////////////////////////////////////
    7171t_pppThread::~t_pppThread() {
    72   cout << "~t_pppThread" << endl;
    7372  delete _pppRun;
    7473}
Note: See TracChangeset for help on using the changeset viewer.