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


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.cpp

    r324 r336  
    6161// Constructor
    6262////////////////////////////////////////////////////////////////////////////
    63 bncRinex::bncRinex(const char* StatID, const QUrl& mountPoint) {
     63bncRinex::bncRinex(const char* StatID, const QUrl& mountPoint,
     64                   const QByteArray& format) {
    6465  _statID        = StatID;
    65   _mountPoint = mountPoint;
     66  _mountPoint    = mountPoint;
     67  _format        = format;
    6668  _headerWritten = false;
    6769
Note: See TracChangeset for help on using the changeset viewer.