Changeset 3577 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Dec 26, 2011, 9:39:41 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r3562 r3577  
    4141class latencyChecker;
    4242class bncPPPclient;
     43#ifdef PPP_DLL_INTERFACE
     44class t_dllInterface;
     45#endif
    4346
    4447class bncGetThread : public QThread {
     
    124127   bool                       _rawOutput;
    125128   QMap<QString, long>        _prnLastEpo;
     129#ifdef PPP_DLL_INTERFACE
     130   t_dllInterface*            _dllInterface;
     131#endif
    126132};
    127133
Note: See TracChangeset for help on using the changeset viewer.