~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to tests/remote_provider_test.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:
42
42
 
43
43
#include <condition_variable>
44
44
 
45
 
namespace cul = com::ubuntu::location;
 
45
namespace cul = core::location;
46
46
namespace dbus = core::dbus;
47
 
namespace remote = com::ubuntu::location::providers::remote;
 
47
namespace remote = core::location::providers::remote;
48
48
 
49
49
using namespace ::testing;
50
50