Changeset 1464 in ntrip
- Timestamp:
- Jan 13, 2009, 4:32:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncnetqueryrtp.cpp
r1463 r1464 181 181 while (!line.isEmpty()) { 182 182 if (line.indexOf("200 OK") != -1) { 183 emit newMessage(" UDP connection established", true);183 emit newMessage("NetQuery: UDP connection established", true); 184 184 return; 185 185 }
Note:
See TracChangeset
for help on using the changeset viewer.