Changeset 5899 in ntrip for trunk/BNC/src/bnccore.h


Ignore:
Timestamp:
Aug 9, 2014, 9:29:34 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bnccore.h

    r5884 r5899  
    3535class bncComb;
    3636class bncTableItem;
     37namespace BNC_PPP {
     38  class t_pppMain;
     39}
    3740
    3841class t_bncCore : public QObject {
     
    6871  void setMainWindow(QWidget* mainWindow){_mainWindow = mainWindow;}
    6972  bool GUIenabled() const {return _GUIenabled;}
     73  BNC_PPP::t_pppMain* pppMain() {return _pppMain;}
    7074
    7175  QMap<int, bncTableItem*> _uploadTableItems;
     
    148152  QDateTime*          _dateAndTimeGPS;
    149153  mutable QMutex      _mutexDateAndTimeGPS;
     154  BNC_PPP::t_pppMain* _pppMain;
    150155};
    151156
Note: See TracChangeset for help on using the changeset viewer.