Changeset 3571 in ntrip for branches/BNC_LM/bncrawfile.cpp


Ignore:
Timestamp:
Dec 25, 2011, 7:27:03 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_LM/bncrawfile.cpp

    r3327 r3571  
    5151////////////////////////////////////////////////////////////////////////////
    5252bncRawFile::bncRawFile(const QByteArray& fileName, const QByteArray& staID,
    53                        const QByteArray& format, inpOutFlag ioFlg) {
     53                       inpOutFlag ioFlg) {
    5454
    5555  _fileName   = fileName; expandEnvVar(_fileName);
     56  _format     = "unset";
    5657  _staID      = staID;
    57   _format     = format;
    5858  _inpFile    = 0;
    5959  _outFile    = 0;
Note: See TracChangeset for help on using the changeset viewer.