Changeset 1668 in ntrip for trunk/BNS/bnseph.cpp


Ignore:
Timestamp:
Feb 28, 2009, 11:09:23 AM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnseph.cpp

    r1208 r1668  
    1919#include "bnseph.h"
    2020#include "bnsutils.h"
     21#include "bnssettings.h"
    2122
    2223using namespace std;
     
    3031  _socket = 0;
    3132
    32   QSettings settings;
     33  bnsSettings settings;
    3334
    3435  QIODevice::OpenMode oMode;
     
    7273  delete _socket;
    7374
    74   QSettings settings;
     75  bnsSettings settings;
    7576  QString host = settings.value("ephHost").toString();
    7677  if (host.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.