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

    r5809 r5810  
    44#include <string>
    55#include <newmat.h>
    6 #include "ppp.h"
     6#include "pppInclude.h"
    77#include "bnctime.h"
    88
     
    1111class t_windUp;
    1212
    13 class t_station {
     13class t_pppStation {
    1414 public:
    15   t_station();
    16   ~t_station();
     15  t_pppStation();
     16  ~t_pppStation();
    1717  void setName(std::string name) {_name = name;}
    1818  void setAntName(std::string antName) {_antName = antName;}
Note: See TracChangeset for help on using the changeset viewer.