Changeset 5977 in ntrip for trunk/BNC/src/PPP/pppThread.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/pppThread.cpp

    r5973 r5977  
    5757t_pppThread::t_pppThread(const t_pppOptions* opt) : QThread(0) {
    5858
    59   cout << "t_pppThread" << endl;
    60 
    6159  _opt       = opt;
    6260  _pppRun    = 0;
     
    7169////////////////////////////////////////////////////////////////////////////
    7270t_pppThread::~t_pppThread() {
    73   cout << "~t_pppThread" << endl;
    7471  delete _pppRun;
    7572}
Note: See TracChangeset for help on using the changeset viewer.