Changeset 1728 in ntrip for trunk/BNS/bnscaster.cpp


Ignore:
Timestamp:
Mar 5, 2009, 10:20:24 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnscaster.cpp

    r1698 r1728  
    119119    password = settings.value("password2").toString();
    120120  }
     121  if (_ic == 3) {
     122    _outSocket->connectToHost(settings.value("outHost3").toString(),
     123                              settings.value("outPort3").toInt());
     124    password = settings.value("password3").toString();
     125  }
    121126
    122127  const int timeOut = 5000;  // 5 seconds
Note: See TracChangeset for help on using the changeset viewer.