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


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

Legend:

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

    r5810 r5813  
    4747};
    4848
    49 class t_pppInclude.hread : public QThread {
     49class t_pppThread : public QThread {
    5050 Q_OBJECT
    5151 public:
    52   t_pppInclude.hread(const t_pppOptions* opt);
    53   ~t_pppInclude.hread();
     52  t_pppThread(const t_pppOptions* opt);
     53  ~t_pppThread();
    5454  virtual void run();
    5555
Note: See TracChangeset for help on using the changeset viewer.