> Add a test case and this is good to go. As discussed, now that this logic is in place, the next step is to factor out the reverse geocoding logic from the platform-dependent device access. This will allow easier porting to Android and easier testing. I'll add tests once this is done.
> http://mondrian.corp.google.com/file/8514531///depot/googleclient/gears/opensource/gears/geolocation/gps_location_provider_wince.cc?a=1 > File > //depot/googleclient/gears/opensource/gears/geolocation/gps_location_provider_wince.cc > (snapshot 1) > ------------------------------------ > Line 91: request_wait_time_timed_callback_(NULL) { > time timed time Done > ------------------------------------ > Line 242: is_new_reverse_geocode_required_ = true; > Do nothin here Done > ------------------------------------ > Line 427: assert(request_wait_time_timed_callback_.get() == NULL); > remove .get() Done New snapshot uploaded. Steve
