From 66c682f7d977846215b6d3607a5a43ad21c9c8b9 Mon Sep 17 00:00:00 2001 From: Saurabh Srivastava Date: Sun, 20 May 2018 23:06:12 +0530 Subject: FR 45623 - AGPM 1.0 Adding AGPM FR changes to add power modes support. CRs-Fixed: 2195518 Change-Id: Ifd1da6194b58ad5590ea755e3f6b237c4b4db2ad --- core/LocAdapterBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/LocAdapterBase.h') diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h index 79cb25c..9fcee12 100644 --- a/core/LocAdapterBase.h +++ b/core/LocAdapterBase.h @@ -51,6 +51,7 @@ inline bool operator !=(LocationSessionKey const& left, LocationSessionKey const return left.id != right.id || left.client != right.client; } typedef std::map LocationSessionMap; +typedef std::map TrackingOptionsMap; namespace loc_core { -- cgit v1.2.3