~thomas-voss/location-service/flatten

« back to all changes in this revision

Viewing changes to include/location_service/com/ubuntu/location/wgs84/longitude.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_WGS84_LONGITUDE_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_WGS84_LONGITUDE_H_
 
18
#ifndef CORE_LOCATION_WGS84_LONGITUDE_H_
 
19
#define CORE_LOCATION_WGS84_LONGITUDE_H_
20
20
 
21
21
#include <com/ubuntu/location/units/units.h>
22
22
#include <com/ubuntu/location/wgs84/coordinate.h>
23
23
 
24
24
#include <stdexcept>
25
25
 
26
 
namespace com
27
 
{
28
 
namespace ubuntu
29
 
{
30
 
namespace location
31
 
{
 
26
namespace core { namespace location {
32
27
namespace wgs84
33
28
{
34
29
namespace tag
60
55
}
61
56
}
62
57
}
63
 
}
64
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_WGS84_LATITUDE_H_
 
58
#endif // CORE_LOCATION_WGS84_LATITUDE_H_