Changeset 1413 in ntrip
- Timestamp:
- Dec 31, 2008, 12:58:27 PM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryrtp.cpp
r1412 r1413 124 124 QString line = in.readLine(); 125 125 while (!line.isEmpty()) { 126 cout << line.toAscii().data() << endl;;127 126 if (line.indexOf("Session:") == 0) { 128 127 session = line.mid(9).toAscii(); 128 break; 129 129 } 130 130 line = in.readLine(); … … 147 147 line = in.readLine(); 148 148 while (!line.isEmpty()) { 149 cout << line.toAscii().data() << endl;150 149 if (line.indexOf("200 OK") != -1) { 151 150 cout << "Connection Established" << endl; -
trunk/BNC/bncnetqueryrtp.h
r1410 r1413 16 16 private: 17 17 QTcpSocket* _socket; 18 QUdpSocket* _udpSocket; 18 19 }; 19 20
Note:
See TracChangeset
for help on using the changeset viewer.