Changeset 592 in ntrip for trunk/BNC/bncapp.cpp


Ignore:
Timestamp:
Nov 24, 2007, 9:25:35 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r591 r592  
    514514  // ----------------
    515515  if (_ephStreamGPS) {
    516     *_ephStreamGPS << allLines << endl;
     516    *_ephStreamGPS << allLines;
    517517    _ephStreamGPS->flush();
    518518  }
     
    580580  // ----------------
    581581  if (_ephStreamGlonass) {
    582     *_ephStreamGlonass << allLines << endl;
     582    *_ephStreamGlonass << allLines;
    583583    _ephStreamGlonass->flush();
    584584  }
Note: See TracChangeset for help on using the changeset viewer.