Changeset 1525 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Jan 21, 2009, 12:53:54 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r1423 r1525  
    5151                const QByteArray& ntripVersion, int iMount);
    5252
     53 protected:
    5354   ~bncGetThread();
    5455
     56 public:
    5557   void terminate();
    5658
     
    7880   t_irc initRun();
    7981   void  message(const QString&);
    80    void  exit(int exitCode = 0);
    8182   void  tryReconnect();
    8283   void  callScript(const char* _comment);
     
    123124   QFile*      _rawInpFile;
    124125   QextSerialPort* _serialPort;
     126   bool        _isToBeDeleted;
    125127};
    126128
Note: See TracChangeset for help on using the changeset viewer.