Changeset 1073 in ntrip
- Timestamp:
- Aug 27, 2008, 1:49:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNS/bns.cpp ¶
r1072 r1073 292 292 293 293 if (_echoStream) { 294 *_echoStream << line << endl;294 *_echoStream << line; 295 295 _echoStream->flush(); 296 296 } … … 336 336 if (oldEph == 0) { 337 337 line = _clkSocket->readLine(); 338 339 if (_echoStream) { 340 *_echoStream << line; 341 _echoStream->flush(); 342 } 343 338 344 QTextStream in(line); 339 345 in >> prn;
Note:
See TracChangeset
for help on using the changeset viewer.