Changeset 5734 in ntrip for trunk/BNC/src/PPP/pppClient.h


Ignore:
Timestamp:
Jul 31, 2014, 4:49:34 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5733 r5734  
    1 #ifndef PPPMAIN_H
    2 #define PPPMAIN_H
     1#ifndef PPPCLIENT_H
     2#define PPPCLIENT_H
    33
    44#include <sstream>
     
    1515class t_filter;
    1616
    17 class t_pppMain {
     17class t_pppClient {
    1818 public:
    19   t_pppMain();                                                     
    20   ~t_pppMain();                                                     
     19  t_pppClient();                                                     
     20  ~t_pppClient();                                                     
    2121  void setOptions(const t_pppOpt* opt);                         
    2222  void putGPSEphemeris(const t_ephGPS* eph);                 
     
    6868
    6969/// Pointer to the main object
    70 extern BNC::t_pppMain* pppMain;
     70extern BNC::t_pppClient* pppClient;
    7171
    7272/// Log stream abbreviation
    73 #define LOG (*pppMain->_log)
     73#define LOG (*pppClient->_log)
    7474
    7575/// Options abbreviation
    76 #define OPT (pppMain->_opt)
     76#define OPT (pppClient->_opt)
    7777
    7878#endif
Note: See TracChangeset for help on using the changeset viewer.