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

    r5809 r5810  
    55#include <vector>
    66#include <newmat.h>
    7 #include "ppp.h"
     7#include "pppInclude.h"
    88
    99namespace BNC {
    1010
    11 class t_options {
     11class t_pppOptions {
    1212 public:
    1313  class t_optBias {
     
    1818  };
    1919
    20   t_options();
    21   ~t_options();
     20  t_pppOptions();
     21  ~t_pppOptions();
    2222  bool dualFreqRequired() const;
    2323  bool biasRequired() const;
Note: See TracChangeset for help on using the changeset viewer.