Changeset 5810 in ntrip for trunk/BNC/src/PPP/pppObsPool.h


Ignore:
Timestamp:
Aug 6, 2014, 11:34:36 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5809 r5810  
    55#include <deque>
    66#include "satobs.h"
    7 #include "satbias.h"
     7#include "pppSatBias.h"
    88#include "bnctime.h"
    99
    1010namespace BNC {
    1111
    12 class t_obsPool {
     12class t_pppObsPool {
    1313 public:
    1414
     
    2525  };
    2626
    27   t_obsPool();
    28   ~t_obsPool();
     27  t_pppObsPool();
     28  ~t_pppObsPool();
    2929  void putBiases(t_satBias* satBias);
    3030
Note: See TracChangeset for help on using the changeset viewer.