Changeset 136 in ntrip for trunk/BNC/bnctabledlg.cpp


Ignore:
Timestamp:
Sep 8, 2006, 9:24:23 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r115 r136  
    9494  // Send the Request
    9595  // ----------------
     96  const int timeOut = 10*1000;
    9697  QString msg;
    97   QTcpSocket* socket = bncGetThread::request(url, msg);
     98  QTcpSocket* socket = bncGetThread::request(url, timeOut, msg);
    9899
    99100  if (!socket) {
     
    126127    }
    127128    else {
    128       const int timeOut = 10*1000;
    129129      socket->waitForReadyRead(timeOut);
    130130      if (socket->bytesAvailable() > 0) {
Note: See TracChangeset for help on using the changeset viewer.