~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/service/default_configuration.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:
22
22
#include <com/ubuntu/location/engine.h>
23
23
#include <com/ubuntu/location/non_selecting_provider_selection_policy.h>
24
24
 
25
 
namespace cul = com::ubuntu::location;
26
 
namespace culs = com::ubuntu::location::service;
 
25
namespace cul = core::location;
 
26
namespace culs = core::location::service;
27
27
 
28
28
cul::Engine::Ptr culs::DefaultConfiguration::the_engine(
29
29
    const std::set<cul::Provider::Ptr>& provider_set,