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

    r5946 r5973  
    5757t_pppThread::t_pppThread(const t_pppOptions* opt) : QThread(0) {
    5858
     59  cout << "t_pppThread" << endl;
     60
    5961  _opt       = opt;
    6062  _pppRun    = 0;
     
    6971////////////////////////////////////////////////////////////////////////////
    7072t_pppThread::~t_pppThread() {
     73  cout << "~t_pppThread" << endl;
    7174  delete _pppRun;
    7275}
Note: See TracChangeset for help on using the changeset viewer.