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


Ignore:
Timestamp:
Feb 26, 2007, 6:15:18 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r391 r408  
    6161// Constructor
    6262////////////////////////////////////////////////////////////////////////////
    63 bncRinex::bncRinex(const char* StatID, const QUrl& mountPoint,
     63bncRinex::bncRinex(const QByteArray& statID, const QUrl& mountPoint,
    6464                   const QByteArray& format, const QByteArray& latitude,
    6565                   const QByteArray& longitude, const QByteArray& nmea) {
    66   _statID        = StatID;
     66  _statID        = statID;
    6767  _mountPoint    = mountPoint;
    6868  _format        = format.left(6);
Note: See TracChangeset for help on using the changeset viewer.