Changeset 3273 in ntrip for trunk/BNC/upload/bncuploadcaster.h


Ignore:
Timestamp:
Apr 10, 2011, 12:05:47 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/upload/bncuploadcaster.h

    r3252 r3273  
    99  bncUploadCaster(const QString& mountpoint,
    1010                  const QString& outHost, int outPort,
    11                   const QString& password, int iRow);
     11                  const QString& password, int iRow, int rate);
    1212  virtual void deleteSafely();
    1313  void setOutBuffer(const QByteArray& outBuffer) {
     
    3737  QDateTime   _outSocketOpenTime;
    3838  int         _iRow;
     39  int         _rate;
    3940};
    4041
Note: See TracChangeset for help on using the changeset viewer.