Changeset 336 in ntrip for trunk/BNC/bncrinex.h


Ignore:
Timestamp:
Nov 26, 2006, 10:53:08 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.h

    r292 r336  
    3838class bncRinex {
    3939 public:
    40    bncRinex(const char* StatID, const QUrl& mountPoint);
     40   bncRinex(const char* StatID, const QUrl& mountPoint,
     41            const QByteArray& format);
    4142   ~bncRinex();
    4243   void deepCopy(const Observation* obs);
     
    6162   QString             _userName;
    6263   QString             _sklName;
     64   QByteArray          _format;
    6365};
    6466
Note: See TracChangeset for help on using the changeset viewer.