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


Ignore:
Timestamp:
Sep 7, 2014, 8:48:53 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6054 r6055  
    3636class t_satData;
    3737class bncAntex;
    38 class t_pppOpt;
     38
     39namespace BNC_PPP {
     40
     41class t_pppOptions;
    3942class bncPPPclient;
    4043
     
    143146
    144147  bncPPPclient*         _pppClient;
    145   const t_pppOpt*       _opt;
     148  const t_pppOptions*   _opt;
    146149  bncTime               _time;
    147150  bncTime               _lastTimeOK;
     
    165168};
    166169
     170}
     171
    167172#endif
Note: See TracChangeset for help on using the changeset viewer.