From b80452111794b613819d5ad51e1690c4dd923e97 Mon Sep 17 00:00:00 2001 From: crancocco Date: Sat, 25 Jun 2016 22:55:16 +0800 Subject: z2_plus: Update GPS HAL from upstream * Tag LA.HB.1.3.2-15400-8x96.0 Change-Id: I2ba108f26a2ef4fc78504ef8c08ca41624ccb193 --- gps/core/LocAdapterProxyBase.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gps/core/LocAdapterProxyBase.h') diff --git a/gps/core/LocAdapterProxyBase.h b/gps/core/LocAdapterProxyBase.h index 1ddcca4..e1d0ccf 100644 --- a/gps/core/LocAdapterProxyBase.h +++ b/gps/core/LocAdapterProxyBase.h @@ -46,15 +46,15 @@ protected: inline virtual ~LocAdapterProxyBase() { delete mLocAdapterBase; } - ContextBase* getContext() const { - return mLocAdapterBase->getContext(); - } inline void updateEvtMask(LOC_API_ADAPTER_EVENT_MASK_T event, loc_registration_mask_status isEnabled) { mLocAdapterBase->updateEvtMask(event,isEnabled); } public: + inline ContextBase* getContext() const { + return mLocAdapterBase->getContext(); + } inline virtual void handleEngineUpEvent() {}; inline virtual void handleEngineDownEvent() {}; inline virtual bool reportPosition(UlpLocation &location, -- cgit v1.2.3