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

« back to all changes in this revision

Viewing changes to src/location/satellite_based_positioning_state.cpp

  • 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:
16
16
 * Authored by: Thomas Voß <thomas.voss@canonical.com>
17
17
 */
18
18
 
19
 
#include <com/ubuntu/location/satellite_based_positioning_state.h>
 
19
#include <location/satellite_based_positioning_state.h>
20
20
 
21
21
#include <iostream>
22
22
#include <unordered_map>
23
23
 
24
 
namespace location = com::ubuntu::location;
25
 
 
26
24
namespace std
27
25
{
28
26
template<>