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


Ignore:
Timestamp:
Oct 27, 2008, 6:04:35 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r1178 r1179  
    313313// Reread configuration
    314314////////////////////////////////////////////////////////////////////////////
    315 void bncCaster::slotReadMountpoints() {
     315void bncCaster::slotReadMountPoints() {
    316316
    317317  QSettings settings;
     
    394394  }
    395395
    396   emit mountPointsRead();
     396  emit mountPointsRead(_threads);
    397397  emit( newMessage(QString("Table of Mountpoints (re-)read: new number = %1")
    398398                            .arg(_threads.count()).toAscii()) );
     
    407407  else {
    408408    _confTimer = new QTimer();
    409     connect(_confTimer, SIGNAL(timeout()), this, SLOT(slotReadMountpoints()));
     409    connect(_confTimer, SIGNAL(timeout()), this, SLOT(slotReadMountPoints()));
    410410
    411411    QTime currTime = currentDateAndTimeGPS().time();
Note: See TracChangeset for help on using the changeset viewer.