~thomas-voss/location-service/enable-gnd-messages

« back to all changes in this revision

Viewing changes to include/location/wgs84/altitude.h

  • Committer: Thomas Voß
  • Date: 2016-06-26 21:17:03 UTC
  • mto: This revision was merged to the branch mainline in revision 259.
  • Revision ID: thomas.voss@canonical.com-20160626211703-aptpytiwrjdr1snn
Simplify namespaces.

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_ALTITUDE_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_WGS84_ALTITUDE_H_
20
 
 
21
 
#include <com/ubuntu/location/units/units.h>
22
 
#include <com/ubuntu/location/wgs84/coordinate.h>
23
 
 
24
 
namespace com
25
 
{
26
 
namespace ubuntu
27
 
{
 
18
#ifndef LOCATION_WGS84_ALTITUDE_H_
 
19
#define LOCATION_WGS84_ALTITUDE_H_
 
20
 
 
21
#include <location/units/units.h>
 
22
#include <location/wgs84/coordinate.h>
 
23
 
28
24
namespace location
29
25
{
30
26
namespace wgs84
42
38
};
43
39
}
44
40
}
45
 
}
46
 
}
47
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_WGS84_ALTITUDE_H_
 
41
 
 
42
#endif // LOCATION_WGS84_ALTITUDE_H_