~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/providers/gps/net_cpp_gps_xtra_downloader.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:
15
15
 *
16
16
 * Authored by: Thomas Voß <thomas.voss@canonical.com>
17
17
 */
18
 
#ifndef LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_NET_CPP_GPS_XTRA_DOWNLOADER_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_NET_CPP_GPS_XTRA_DOWNLOADER_H_
 
18
#ifndef CORE_LOCATION_PROVIDERS_NET_CPP_GPS_XTRA_DOWNLOADER_H_
 
19
#define CORE_LOCATION_PROVIDERS_NET_CPP_GPS_XTRA_DOWNLOADER_H_
20
20
 
21
21
#include "android_hardware_abstraction_layer.h"
22
22
 
24
24
#include <core/net/http/request.h>
25
25
#include <core/net/http/response.h>
26
26
 
27
 
namespace com
28
 
{
29
 
namespace ubuntu
30
 
{
31
 
namespace location
32
 
{
 
27
namespace core { namespace location {
33
28
namespace providers
34
29
{
35
30
namespace gps
88
83
}
89
84
}
90
85
}
91
 
}
92
86
 
93
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_NET_CPP_GPS_XTRA_DOWNLOADER_H_
 
87
#endif // CORE_LOCATION_PROVIDERS_NET_CPP_GPS_XTRA_DOWNLOADER_H_