Changeset 684 in ntrip for trunk/BNC/bncmain.cpp


Ignore:
Timestamp:
Feb 13, 2008, 9:27:06 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmain.cpp

    r668 r684  
    6868
    6969  QCoreApplication::setOrganizationName("BKG");
    70   QCoreApplication::setOrganizationDomain("www.ifag.de");
     70  QCoreApplication::setOrganizationDomain("www.bkg.bund.de");
    7171  QCoreApplication::setApplicationName("BKG_NTRIP_Client");
    7272
     
    7676  if (settings.allKeys().size() == 0) {
    7777    settings.setValue("casterHost", "www.euref-ip.net");
    78     settings.setValue("casterPort", 80);
     78    settings.setValue("casterPort", 2101);
    7979    settings.setValue("rnxIntr",    "15 min");
    8080    settings.setValue("ephIntr",    "1 day");
Note: See TracChangeset for help on using the changeset viewer.