Ignore:
Timestamp:
Sep 10, 2013, 3:15:35 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/thriftclient.h

    r5407 r5409  
    44#include <string>
    55#include <map>
     6#include <QThread>
    67
    78#include <transport/TSocket.h>
     
    1516// Handler Class Definition
    1617//////////////////////////////////////////////////////////////////////////////
    17 class t_thriftClient : public com::gpssolutions::rtnet::RtnetDataIf {
     18class t_thriftClient : public com::gpssolutions::rtnet::RtnetDataIf, QThread {
    1819 public:
    19   t_thriftClient() {}
    20   ~t_thriftClient() {}
     20  t_thriftClient();
     21  ~t_thriftClient();
     22  virtual void run();
    2123
    2224  void startDataStream() {}
Note: See TracChangeset for help on using the changeset viewer.