Changeset 1363 in ntrip for trunk/BNC/bnctabledlg.cpp
- Timestamp:
- Dec 27, 2008, 10:32:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1358 r1363 39 39 * -----------------------------------------------------------------------*/ 40 40 41 #include <iostream> 42 41 43 #include "bnctabledlg.h" 42 44 #include "bncgetthread.h" 43 45 #include "bncsocket.h" 46 47 using namespace std; 44 48 45 49 // Constructor … … 210 214 } 211 215 else { 216 cout << "before waitForReadyRead" << endl; 212 217 socket->waitForReadyRead(timeOut); 218 cout << "after waitForReadyRead" << " " 219 << socket->bytesAvailable() << endl; 213 220 if (socket->bytesAvailable() > 0) { 214 221 continue;
Note:
See TracChangeset
for help on using the changeset viewer.