~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/provider_selection.h

  • 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:
22
22
 
23
23
#include <memory>
24
24
 
25
 
namespace com
26
 
{
27
 
namespace ubuntu
28
 
{
29
 
namespace location
30
 
{
 
25
namespace core { namespace location {
31
26
struct ProviderSelection
32
27
{
33
28
    inline Provider::Features to_feature_flags() const
57
52
}
58
53
}
59
54
}
60
 
}
61
55
 
62
56
#endif // LOCATION_SERVICE_COM_UBUNTU_PROVIDER_SELECTION_H_