Changeset 5810 in ntrip for trunk/BNC/src/PPP/pppThread.cpp


Ignore:
Timestamp:
Aug 6, 2014, 11:34:36 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5793 r5810  
    2828 * -------------------------------------------------------------------------
    2929 *
    30  * Class:      t_pppThread, t_pppRun
     30 * Class:      t_pppInclude.hread, t_pppRun
    3131 *
    3232 * Purpose:    Single PPP Client (running in its own thread)
     
    4646#include <map>
    4747
    48 #include "pppThread.h"
     48#include "pppInclude.hread.h"
    4949#include "bnccore.h"
    5050
     
    5454// Constructor
    5555////////////////////////////////////////////////////////////////////////////
    56 t_pppThread::t_pppThread(const t_options* opt) : QThread(0) {
     56t_pppInclude.hread::t_pppInclude.hread(const t_pppOptions* opt) : QThread(0) {
    5757  _opt   = opt;
    5858  _pppRun = 0;
     
    6565// Destructor
    6666////////////////////////////////////////////////////////////////////////////
    67 t_pppThread::~t_pppThread() {
     67t_pppInclude.hread::~t_pppInclude.hread() {
    6868  delete _pppRun;
    6969}
     
    7171// Run (virtual)
    7272////////////////////////////////////////////////////////////////////////////
    73 void t_pppThread::run() {
     73void t_pppInclude.hread::run() {
    7474  try {
    7575    _pppRun = new t_pppRun(_opt);
     
    8484// Constructor
    8585////////////////////////////////////////////////////////////////////////////
    86 t_pppRun::t_pppRun(const t_options* opt) {
     86t_pppRun::t_pppRun(const t_pppOptions* opt) {
    8787  _opt = opt;
    8888  connect(this, SIGNAL(newMessage(QByteArray,bool)),
Note: See TracChangeset for help on using the changeset viewer.