~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/providers/geoclue/provider.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:
27
27
 
28
28
#include <thread>
29
29
 
30
 
namespace cul = com::ubuntu::location;
31
 
namespace culpg = com::ubuntu::location::providers::geoclue;
 
30
namespace cul = core::location;
 
31
namespace culpg = core::location::providers::geoclue;
32
32
 
33
33
namespace dbus = core::dbus;
34
34
 
93
93
}
94
94
 
95
95
culpg::Provider::Provider(const culpg::Provider::Configuration& config)
96
 
    : com::ubuntu::location::Provider(config.features, config.requirements),
 
96
    : core::location::Provider(config.features, config.requirements),
97
97
      d(new Private(config))
98
98
{
99
99
    d->position_updates_connection =