~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/providers/remote/stub.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:
20
20
 
21
21
#include "provider.h"
22
22
 
23
 
namespace location = com::ubuntu::location;
24
 
namespace remote = com::ubuntu::location::providers::remote;
 
23
namespace location = core::location;
 
24
namespace remote = core::location::providers::remote;
25
25
 
26
26
location::Provider::Ptr remote::stub::create_with_configuration(const remote::stub::Configuration& configuration)
27
27
{