~thomas-voss/location-service/fix-1394204

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/connectivity/cached_radio_cell.cpp

  • Committer: CI bot
  • Author(s): thomas-voss
  • Date: 2014-11-10 20:30:40 UTC
  • mfrom: (146.1.7 fix-nm-race)
  • Revision ID: ps-jenkins@lists.canonical.com-20141110203040-ag851y7zfqyv99bt
Make sure that devices being added/removed by NetworkManager are handled correctly. Fixes: 1390490

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
 
173
173
detail::CachedRadioCell::~CachedRadioCell()
174
174
{
175
 
    // TODO(tvoss): Reenable this once we know why the modem cache gets flushed.
176
 
    // modem.network_registration.signals.property_changed->disconnect(connections.network_registration_properties_changed);
 
175
    modem.network_registration.signals.property_changed->disconnect(connections.network_registration_properties_changed);
177
176
}
178
177
 
179
178
const core::Property<bool>& detail::CachedRadioCell::is_roaming() const