Changeset 1365 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r1364 r1365  
    3939 * -----------------------------------------------------------------------*/
    4040
    41 #include <iostream>
    42 
    4341#include "bnctabledlg.h"
    4442#include "bncgetthread.h"
    4543#include "bncsocket.h"
    46 
    47 using namespace std;
    4844
    4945// Constructor
     
    216212    }
    217213    else {
    218       cout << "before waitForReadyRead" << endl;
    219214      socket->waitForReadyRead(timeOut);
    220       cout << "after waitForReadyRead" << " "
    221            << socket->bytesAvailable() << endl;
    222215      if (socket->bytesAvailable() > 0) {
    223216        continue;
Note: See TracChangeset for help on using the changeset viewer.