Changeset 5810 in ntrip for trunk/BNC/src/PPP/pppEphPool.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/pppEphPool.h

    r5809 r5810  
    33
    44#include <deque>
    5 #include "ppp.h"
     5#include "pppInclude.h"
    66#include "bnctime.h"
    77#include "ephemeris.h"
     
    99namespace BNC {
    1010
    11 class t_ephPool {
     11class t_pppEphPool {
    1212 public:
    13   t_ephPool(unsigned maxQueueSize = 3) {
     13  t_pppEphPool(unsigned maxQueueSize = 3) {
    1414    _maxQueueSize = maxQueueSize;
    1515  }
    16   ~t_ephPool() {};
     16  ~t_pppEphPool() {};
    1717
    1818  void putEphemeris(t_eph* eph);
Note: See TracChangeset for help on using the changeset viewer.