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

« back to all changes in this revision

Viewing changes to include/location/clock.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_CLOCK_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_CLOCK_H_
 
18
#ifndef LOCATION_CLOCK_H_
 
19
#define LOCATION_CLOCK_H_
20
20
 
21
21
#include <chrono>
22
22
 
23
 
namespace com
24
 
{
25
 
namespace ubuntu
26
 
{
27
23
namespace location
28
24
{
29
25
/**
63
59
    }
64
60
};
65
61
}
66
 
}
67
 
}
68
62
 
69
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_CLOCK_H_
 
63
#endif // LOCATION_CLOCK_H_