~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/service/runtime_tests.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:
34
34
#include <mutex>
35
35
#include <thread>
36
36
 
37
 
namespace location = com::ubuntu::location;
38
 
namespace gps = com::ubuntu::location::providers::gps;
 
37
namespace location = core::location;
 
38
namespace gps = core::location::providers::gps;
39
39
 
40
40
namespace
41
41
{