diff options
author | Wei Chen <weic@codeaurora.org> | 2018-09-19 10:59:28 -0700 |
---|---|---|
committer | Wei Chen <weic@codeaurora.org> | 2018-10-08 12:26:06 -0700 |
commit | 21b9c4e47ed5811f53d764c38943e3b971bde5e8 (patch) | |
tree | 7050d4d2124d0ff0abd72605cd4a58598892d6a6 /core/LocAdapterBase.cpp | |
parent | 5b53be1d9e037a197cdc56b65c73543c63051df1 (diff) |
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
Diffstat (limited to 'core/LocAdapterBase.cpp')
-rw-r--r-- | core/LocAdapterBase.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/LocAdapterBase.cpp b/core/LocAdapterBase.cpp index 42cf7aa..3f82dd6 100644 --- a/core/LocAdapterBase.cpp +++ b/core/LocAdapterBase.cpp @@ -131,6 +131,10 @@ bool LocAdapterBase:: const char* /*url3*/, const int /*maxlength*/) DEFAULT_IMPL(false) +void LocAdapterBase:: + reportLocationSystemInfoEvent(const LocationSystemInfo& /*locationSystemInfo*/) +DEFAULT_IMPL() + bool LocAdapterBase:: requestXtraData() DEFAULT_IMPL(false) |