Changeset 1073 in ntrip


Ignore:
Timestamp:
Aug 27, 2008, 1:49:07 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r1072 r1073  
    292292
    293293  if (_echoStream) {
    294     *_echoStream << line << endl;
     294    *_echoStream << line;
    295295    _echoStream->flush();
    296296  }
     
    336336          if (oldEph == 0) {
    337337            line = _clkSocket->readLine();
     338
     339            if (_echoStream) {
     340              *_echoStream << line;
     341              _echoStream->flush();
     342            }
     343
    338344            QTextStream in(line);
    339345            in >> prn;
Note: See TracChangeset for help on using the changeset viewer.