Changeset 5426 in ntrip for trunk/GnssCenter/map_stations


Ignore:
Timestamp:
Sep 12, 2013, 5:10:58 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/thriftclient.cpp

    r5425 r5426  
    5050        }
    5151      }
    52       processor->process(protocol,protocol,0);
     52      if (processor->process(protocol,protocol,0) == 0) {
     53        break;
     54      }
    5355    }
    5456    transport->close();
Note: See TracChangeset for help on using the changeset viewer.