Changeset 5426 in ntrip for trunk/GnssCenter
- Timestamp:
- Sep 12, 2013, 5:10:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/map_stations/thriftclient.cpp
r5425 r5426 50 50 } 51 51 } 52 processor->process(protocol,protocol,0); 52 if (processor->process(protocol,protocol,0) == 0) { 53 break; 54 } 53 55 } 54 56 transport->close();
Note:
See TracChangeset
for help on using the changeset viewer.