~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/service/session/skeleton.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 <functional>
29
29
 
30
 
namespace cul = com::ubuntu::location;
31
 
namespace culs = com::ubuntu::location::service;
32
 
namespace culss = com::ubuntu::location::service::session;
 
30
namespace cul = core::location;
 
31
namespace culs = core::location::service;
 
32
namespace culss = core::location::service::session;
33
33
 
34
34
namespace dbus = core::dbus;
35
35