~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/engine.cpp

  • Committer: thomas-voss
  • Date: 2015-02-03 12:21:33 UTC
  • Revision ID: thomas.voss@canonical.com-20150203122133-660kjot28cz7dx6m
Adjust namespace to core::location for all classes not in com::ubuntu::location::connectivity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <stdexcept>
25
25
#include <unordered_map>
26
26
 
27
 
namespace cul = com::ubuntu::location;
 
27
namespace cul = core::location;
28
28
 
29
29
const cul::SatelliteBasedPositioningState cul::Engine::Configuration::Defaults::satellite_based_positioning_state;
30
30
const cul::WifiAndCellIdReportingState cul::Engine::Configuration::Defaults::wifi_and_cell_id_reporting_state;