Changeset 1535 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Jan 25, 2009, 8:53:37 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1529 r1535  
    4646#include "bncgetthread.h"
    4747#include "bncutils.h"
     48#include "bncsettings.h"
    4849#include "RTCM/GPSDecoder.h"
    4950
     
    5253bncCaster::bncCaster(const QString& outFileName, int port) {
    5354
    54   QSettings settings;
     55  bncSettings settings;
    5556
    5657  connect(this, SIGNAL(newMessage(QByteArray,bool)),
     
    190191  if (newTime <= _lastDumpSec) {
    191192    if (firstObs) {
    192       QSettings settings;
     193      bncSettings settings;
    193194      if ( !settings.value("outFile").toString().isEmpty() ||
    194195           !settings.value("outPort").toString().isEmpty() ) {
     
    363364void bncCaster::slotReadMountPoints() {
    364365
    365   QSettings settings;
     366  bncSettings settings;
    366367
    367368  // Reread several options
Note: See TracChangeset for help on using the changeset viewer.