~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/default_provider_selection_policy.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:
20
20
 
21
21
#include <com/ubuntu/location/provider_selection_policy.h>
22
22
 
23
 
namespace com
24
 
{
25
 
namespace ubuntu
26
 
{
27
 
namespace location
28
 
{
 
23
namespace core { namespace location {
29
24
class DefaultProviderSelectionPolicy : public ProviderSelectionPolicy
30
25
{
31
26
public:
50
45
};
51
46
}
52
47
}
53
 
}
54
48
 
55
49
#endif // LOCATION_SERVICE_COM_UBUNTU_DEFAULT_PROVIDER_SELECTION_POLICY_H_