~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/provider_enumerator.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:
21
21
#include <functional>
22
22
#include <memory>
23
23
 
24
 
namespace com
25
 
{
26
 
namespace ubuntu
27
 
{
28
 
namespace location
29
 
{
 
24
namespace core { namespace location {
30
25
class Provider;
31
26
class ProviderEnumerator
32
27
{
44
39
};
45
40
}
46
41
}
47
 
}
48
42
 
49
43
#endif // LOCATION_SERVICE_COM_UBUNTU_PROVIDER_ENUMERATOR_H_