Changeset 5084 in ntrip for trunk/BNC/src/app.cpp


Ignore:
Timestamp:
Mar 31, 2013, 9:51:10 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/app.cpp

    r5074 r5084  
    2020using namespace std;
    2121
    22 // Global Variable
    23 ////////////////////////////////////////////////////////////////////////////
    24 t_bncCore* BNC_CORE = 0;
    25 
    2622// Constructor
    2723////////////////////////////////////////////////////////////////////////////
    28 t_app::t_app(int& argc, char* argv[], bool GUIenabled) :
    29   QApplication(argc, argv, GUIenabled) {
    30   BNC_CORE = new t_bncCore(GUIenabled);
     24t_app::t_app(int& argc, char* argv[], bool GUIenabled) : QApplication(argc, argv, GUIenabled) {
    3125}
    3226
Note: See TracChangeset for help on using the changeset viewer.