Changeset 4763 in ntrip for trunk/BNC/src/bnccaster.h


Ignore:
Timestamp:
Oct 23, 2012, 10:42:42 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4278 r4763  
    3333
    3434class bncGetThread;
     35#ifdef RTROVER_INTERFACE
     36 class t_bncRtrover;
     37#endif
    3538
    3639class bncCaster : public QObject {
     
    8184   QMutex                   _mutex;
    8285   int                      _confInterval;
     86#ifdef RTROVER_INTERFACE
     87   t_bncRtrover*            _bncRtrover;
     88#endif
    8389};
    8490
Note: See TracChangeset for help on using the changeset viewer.