Changeset 6086 in ntrip for trunk/BNC/src/PPP_free/bncmodel.h


Ignore:
Timestamp:
Sep 7, 2014, 6:47:31 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6060 r6086  
    3737namespace BNC_PPP {
    3838
    39 class bncPPPclient;
     39class t_pppClient;
    4040class t_pppOptions;
    4141class t_epoData;
     
    6363class bncModel {
    6464 public:
    65   bncModel(bncPPPclient* pppClient);
     65  bncModel(t_pppClient* pppClient);
    6666  ~bncModel();
    6767  t_irc update(t_epoData* epoData);
     
    145145  };
    146146
    147   bncPPPclient*         _pppClient;
     147  t_pppClient*          _pppClient;
    148148  const t_pppOptions*   _opt;
    149149  bncTime               _time;
Note: See TracChangeset for help on using the changeset viewer.