Changeset 758 in ntrip for trunk/BNS/bnsmain.cpp


Ignore:
Timestamp:
Mar 30, 2008, 5:47:55 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsmain.cpp

    r757 r758  
    4444  app.setApplicationName("BKG_NTRIP_Server");
    4545
    46   // Main processing class
    47   // ---------------------
    48   t_bns* bns = new t_bns();
    49 
    5046  // Interactive Mode - open the main window
    5147  // ---------------------------------------
    5248  if (GUIenabled) {
    53     bnsWindow* bnsWin = new bnsWindow(bns);
     49    bnsWindow* bnsWin = new bnsWindow();
    5450    bnsWin->show();
    5551  }
     
    5854  // ----------------------------
    5955  else {
     56    t_bns* bns = new t_bns();
    6057    bns->start();
    6158  }
Note: See TracChangeset for help on using the changeset viewer.