From 21b9c4e47ed5811f53d764c38943e3b971bde5e8 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Wed, 19 Sep 2018 10:59:28 -0700 Subject: FR48381: Support leap second change event Support leap second change event (1) Info will be available in location api and location client api (2) Engine hub aggregator will use the info to calculate UTC timestamp Change-Id: Ie79c1a38301fa094134a4a31af424487758343f6 CRs-fixed: 2289457 --- core/LocApiBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/LocApiBase.h') diff --git a/core/LocApiBase.h b/core/LocApiBase.h index 77c57d9..e5dfebf 100644 --- a/core/LocApiBase.h +++ b/core/LocApiBase.h @@ -171,6 +171,7 @@ public: void reportData(GnssDataNotification& dataNotify, int msInWeek); void reportXtraServer(const char* url1, const char* url2, const char* url3, const int maxlength); + void reportLocationSystemInfo(const LocationSystemInfo& locationSystemInfo); void requestXtraData(); void requestTime(); void requestLocation(); -- cgit v1.2.3