Changeset 5680 in ntrip for trunk/BNC/src/PPP/pppThread.h


Ignore:
Timestamp:
Jul 26, 2014, 5:05:09 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5677 r5680  
    1 #ifndef BNCRTROVER_H
    2 #define BNCRTROVER_H
     1#ifndef PPPTHREAD_H
     2#define PPPTHREAD_H
    33
    44#include <vector>
     
    77#include "bncephuser.h"
    88
    9 class t_bncRtrover : public QThread {
     9class t_pppThread : public QThread {
    1010 Q_OBJECT
    1111
    1212 public:
    13   t_bncRtrover();
    14   ~t_bncRtrover();
     13  t_pppThread();
     14  ~t_pppThread();
    1515  virtual void run();
    1616
Note: See TracChangeset for help on using the changeset viewer.