Changeset 5826 in ntrip for trunk/BNC/src/PPP/pppFilter.h


Ignore:
Timestamp:
Aug 6, 2014, 1:39:41 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.h

    r5819 r5826  
    1212
    1313class t_pppParlist;
    14 class t_frqObsPool;
     14class t_pppObsPool;
    1515class t_pppSatObs;
    1616
     
    2020  ~t_pppFilter();
    2121
    22   t_irc processEpoch(t_frqObsPool* obsPool);
     22  t_irc processEpoch(t_pppObsPool* obsPool);
    2323
    2424  const ColumnVector&    x() const {return _xFlt;}
Note: See TracChangeset for help on using the changeset viewer.