Changeset 6093 in ntrip for trunk/BNC/src/PPP_free/pppClient.h


Ignore:
Timestamp:
Sep 7, 2014, 7:18:16 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP_free/pppClient.h

    r6085 r6093  
    2323// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    2424
    25 #ifndef BNCPPPCLIENT_H
    26 #define BNCPPPCLIENT_H
     25#ifndef PPPCLIENT_H
     26#define PPPCLIENT_H
    2727
    2828#include <vector>
     
    3131namespace BNC_PPP {
    3232 
    33 class bncModel;
     33class t_pppFilter;
    3434class t_pppOptions;
    3535class t_satObs;
     
    6363  QByteArray          _staID;
    6464  t_epoData*          _epoData;
    65   bncModel*           _model;
     65  t_pppFilter*        _filter;
    6666  std::ostringstream* _log;
    6767};
Note: See TracChangeset for help on using the changeset viewer.