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


Ignore:
Timestamp:
Dec 27, 2008, 10:32:32 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r1358 r1363  
    3939 * -----------------------------------------------------------------------*/
    4040
     41#include <iostream>
     42
    4143#include "bnctabledlg.h"
    4244#include "bncgetthread.h"
    4345#include "bncsocket.h"
     46
     47using namespace std;
    4448
    4549// Constructor
     
    210214    }
    211215    else {
     216      cout << "before waitForReadyRead" << endl;
    212217      socket->waitForReadyRead(timeOut);
     218      cout << "after waitForReadyRead" << " "
     219           << socket->bytesAvailable() << endl;
    213220      if (socket->bytesAvailable() > 0) {
    214221        continue;
Note: See TracChangeset for help on using the changeset viewer.