Changeset 6465 in ntrip for trunk/BNC/src/satObs.cpp


Ignore:
Timestamp:
Dec 27, 2014, 6:04:02 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6462 r6465  
    4444//
    4545////////////////////////////////////////////////////////////////////////////
    46 void t_clkCorr::readEpoch(std::istream* in, QList<t_clkCorr>& corrList) {
     46void t_clkCorr::readEpoch(const QStringList& lines, QList<t_clkCorr>& corrList) {
    4747}
    4848
     
    8787//
    8888////////////////////////////////////////////////////////////////////////////
    89 void t_orbCorr::readEpoch(std::istream* in, QList<t_orbCorr>& corrList) {
     89void t_orbCorr::readEpoch(const QStringList& lines, QList<t_orbCorr>& corrList) {
    9090}
Note: See TracChangeset for help on using the changeset viewer.