Changeset 7297 in ntrip for trunk/BNC/src/bncsettings.cpp


Ignore:
Timestamp:
Sep 22, 2015, 4:42:55 PM (9 years ago)
Author:
stuerze
Message:

some re-naming

File:
1 edited

Legend:

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

    r7175 r7297  
    1111 * Created:    25-Jan-2009
    1212 *
    13  * Changes:   
     13 * Changes:
    1414 *
    1515 * -----------------------------------------------------------------------*/
     
    2020#include "bnccore.h"
    2121
    22 QMutex bncSettings::_mutex;  // static mutex 
     22QMutex bncSettings::_mutex;  // static mutex
    2323
    2424// Constructor
     
    2828
    2929  // First fill the options
    30   // ---------------------- 
     30  // ----------------------
    3131  if (BNC_CORE->_settings.size() == 0) {
    3232    reRead();
     
    6767    setValue_p("statusTab",           "0");
    6868    setValue_p("font",                "");
    69     setValue_p("casterUrlList", (QStringList() 
    70                                << "http://user:pass@www.euref-ip.net:2101" 
    71                                << "http://user:pass@www.igs-ip.net:2101" 
     69    setValue_p("casterUrlList", (QStringList()
     70                               << "http://user:pass@www.euref-ip.net:2101"
     71                               << "http://user:pass@www.igs-ip.net:2101"
    7272                               << "http://user:pass@products.igs-ip.net:2101"
    7373                               << "http://user:pass@mgex.igs-ip.net:2101"));
     
    135135    setValue_p("reqcUseObsTypes",     "");
    136136    setValue_p("reqcV2Priority",      "");
    137     // SP3 
     137    // SP3
    138138    setValue_p("sp3CompFile",         "");
    139139    setValue_p("sp3CompExclude",      "");
     
    167167    setValue_p("adviseScript",        "");
    168168    // Miscellaneous
    169     setValue_p("miscMount",           ""); 
     169    setValue_p("miscMount",           "");
    170170    setValue_p("perfIntr",            "");
    171171    setValue_p("scanRTCM",            "0");
    172     setValue_p("miscPort",            ""); 
     172    setValue_p("miscPort",            "");
    173173    // Combination
    174     setValue_p("combineStreams",      "");
     174    setValue_p("cmbStreams",          "");
    175175    setValue_p("cmbMethod",           "");
    176176    setValue_p("cmbMaxres",           "");
     
    211211}
    212212
    213 // 
     213//
    214214////////////////////////////////////////////////////////////////////////////
    215215QVariant bncSettings::value(const QString& key,
     
    225225}
    226226
    227 // 
     227//
    228228////////////////////////////////////////////////////////////////////////////
    229229void bncSettings::setValue(const QString &key, const QVariant& value) {
     
    232232}
    233233
    234 // 
     234//
    235235////////////////////////////////////////////////////////////////////////////
    236236void bncSettings::setValue_p(const QString &key, const QVariant& value) {
     
    238238}
    239239
    240 // 
     240//
    241241////////////////////////////////////////////////////////////////////////////
    242242void bncSettings::remove(const QString& key ) {
     
    245245}
    246246
    247 // 
     247//
    248248////////////////////////////////////////////////////////////////////////////
    249249bool bncSettings::contains(const QString& key) const {
     
    252252}
    253253
    254 // 
     254//
    255255////////////////////////////////////////////////////////////////////////////
    256256void bncSettings::sync() {
Note: See TracChangeset for help on using the changeset viewer.