Changeset 5074 in ntrip


Ignore:
Timestamp:
Mar 30, 2013, 11:56:33 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
3 edited

Legend:

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

    r5073 r5074  
    2828t_app::t_app(int& argc, char* argv[], bool GUIenabled) :
    2929  QApplication(argc, argv, GUIenabled) {
    30   BNC_CORE = new t_bncCore(argc, argv, GUIenabled);
     30  BNC_CORE = new t_bncCore(GUIenabled);
    3131}
    3232
  • trunk/BNC/src/bnccore.cpp

    r5072 r5074  
    5858// Constructor
    5959////////////////////////////////////////////////////////////////////////////
    60 t_bncCore::t_bncCore(int& argc, char* argv[], bool GUIenabled) {
     60t_bncCore::t_bncCore(bool GUIenabled) {
    6161  _GUIenabled  = GUIenabled;
    6262  _logFileFlag = 0;
  • trunk/BNC/src/bnccore.h

    r5072 r5074  
    4444  public:
    4545    enum e_mode {interactive, nonInteractive, batchPostProcessing};
    46     t_bncCore(int& argc, char* argv[], bool GUIenabled);
     46    t_bncCore(bool GUIenabled);
    4747    virtual ~t_bncCore(); 
    4848    e_mode mode() const {return _mode;}
Note: See TracChangeset for help on using the changeset viewer.