~thomas-voss/location-service/add-ichnaea-provider-next

« back to all changes in this revision

Viewing changes to src/location/providers/gps/sntp_reference_time_source.h

  • Committer: Thomas Voß
  • Date: 2016-06-27 11:05:34 UTC
  • mfrom: (258.1.3 simplify-namespaces)
  • Revision ID: thomas.voss@canonical.com-20160627110534-vgl06rzgh7if12uo
Merge lp:~thomas-voss/location-service/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_PROVIDERS_GPS_SNTP_REFERENCE_TIME_SOURCE_H_
19
 
#define LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_GPS_SNTP_REFERENCE_TIME_SOURCE_H_
20
 
 
21
 
#include <com/ubuntu/location/providers/gps/android_hardware_abstraction_layer.h>
22
 
 
23
 
#include <com/ubuntu/location/providers/gps/sntp_client.h>
24
 
 
25
 
namespace com { namespace ubuntu { namespace location { namespace providers { namespace gps {
 
18
#ifndef LOCATION_PROVIDERS_GPS_SNTP_REFERENCE_TIME_SOURCE_H_
 
19
#define LOCATION_PROVIDERS_GPS_SNTP_REFERENCE_TIME_SOURCE_H_
 
20
 
 
21
#include <location/providers/gps/android_hardware_abstraction_layer.h>
 
22
 
 
23
#include <location/providers/gps/sntp_client.h>
 
24
 
 
25
namespace location { namespace providers { namespace gps {
26
26
 
27
27
class SntpReferenceTimeSource : public android::HardwareAbstractionLayer::ReferenceTimeSource
28
28
{
46
46
    const Configuration config;
47
47
};
48
48
 
49
 
}}}}}
 
49
}}}
50
50
 
51
 
#endif // LOCATION_SERVICE_COM_UBUNTU_LOCATION_PROVIDERS_GPS_SNTP_REFERENCE_TIME_SOURCE_H_
 
51
#endif // LOCATION_PROVIDERS_GPS_SNTP_REFERENCE_TIME_SOURCE_H_