Changeset 243 in ntrip for trunk/BNC/bncapp.h


Ignore:
Timestamp:
Oct 13, 2006, 9:41:15 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.h

    r157 r243  
    66#include <QFile>
    77#include <QTextStream>
     8
     9#include "bnccaster.h"
     10
     11extern bncCaster* _global_caster;
    812
    913class bncApp : public QApplication {
     
    2024    int          _logFileFlag;
    2125    QString      _bncVersion;
     26    QMutex       _mutex;
    2227};
    2328#endif
Note: See TracChangeset for help on using the changeset viewer.