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


Ignore:
Timestamp:
Nov 28, 2009, 3:37:03 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.h

    r1797 r2046  
    1515  bool usedSocket() const {return _outSocket;}
    1616  QString crdTrafo() const {return _crdTrafo;}
    17   bool beClocks() const {return _beClocks;}
     17  bool CoM() const {return _CoM;}
    1818  int  ic() const {return _ic;}
    1919
     
    3030  QTextStream* _outStream;
    3131  QString      _crdTrafo;
    32   bool         _beClocks;
     32  bool         _CoM;
    3333  int          _ic;
    3434};
Note: See TracChangeset for help on using the changeset viewer.