Changeset 1066 in ntrip for trunk/BNS/bnscaster.h


Ignore:
Timestamp:
Aug 27, 2008, 12:29:55 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.h

    r1065 r1066  
    1212  void write(char* buffer, unsigned len);
    1313  void printAscii(const QString& line);
    14   bool used() {return _outSocket || _outFile;}
     14  bool used() const {return _outSocket || _outFile;}
     15  bool crdTrafo() const {return _crdTrafo;}
    1516
    1617 signals:
     
    2526  QFile*       _outFile;
    2627  QTextStream* _outStream;
     28  bool         _crdTrafo;
    2729};
    2830
Note: See TracChangeset for help on using the changeset viewer.