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


Ignore:
Timestamp:
Oct 2, 2008, 3:23:09 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r1137 r1138  
    4141
    4242 public:
     43   bncGetThread(const QByteArray&  rawInpFileName, const QByteArray& format);
    4344   bncGetThread(const QUrl& mountPoint,
    4445                const QByteArray& format,
     
    4647                const QByteArray& longitude,
    4748                const QByteArray& nmea, int iMount);
     49
    4850   ~bncGetThread();
    4951
     
    109111   QDateTime   _decodeSucc;
    110112   QMutex      _mutex;
    111    QFile*      _rawFile;
     113   QFile*      _rawOutFile;
     114   QFile*      _rawInpFile;
    112115};
    113116
Note: See TracChangeset for help on using the changeset viewer.