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


Ignore:
Timestamp:
Mar 30, 2013, 11:49:30 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5070 r5072  
    3636class bncTableItem;
    3737
    38 class t_pgmCore : public QObject {
     38class t_bncCore : public QObject {
    3939  Q_OBJECT
    4040
     
    4444  public:
    4545    enum e_mode {interactive, nonInteractive, batchPostProcessing};
    46     t_pgmCore(int& argc, char* argv[], bool GUIenabled);
    47     virtual ~t_pgmCore(); 
     46    t_bncCore(int& argc, char* argv[], bool GUIenabled);
     47    virtual ~t_bncCore(); 
    4848    e_mode mode() const {return _mode;}
    4949    void   setMode(e_mode mode) {_mode = mode;}
     
    142142};
    143143
    144 extern t_pgmCore* BNC_CORE;
     144extern t_bncCore* BNC_CORE;
    145145
    146146#endif
Note: See TracChangeset for help on using the changeset viewer.