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