From 8cc52b448c15ab85a2786d08b6294371ccb96119 Mon Sep 17 00:00:00 2001 From: Kevin Tang Date: Thu, 7 Jun 2018 12:03:55 -0700 Subject: changes to work without ULP module Rework the module with ULP module being removed Change-Id: I5ac81e8c1c734352b3087545b83f4812fa3e8aff CRs-fixed: 2235309 --- core/ContextBase.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/ContextBase.h') diff --git a/core/ContextBase.h b/core/ContextBase.h index fca381f..478283f 100644 --- a/core/ContextBase.h +++ b/core/ContextBase.h @@ -128,13 +128,8 @@ public: inline LocApiBase* getLocApi() { return mLocApi; } inline LocApiProxyBase* getLocApiProxy() { return mLocApiProxy; } inline bool hasAgpsExtendedCapabilities() { return mLBSProxy->hasAgpsExtendedCapabilities(); } - inline bool hasCPIExtendedCapabilities() { return mLBSProxy->hasCPIExtendedCapabilities(); } inline bool hasNativeXtraClient() { return mLBSProxy->hasNativeXtraClient(); } inline void modemPowerVote(bool power) const { return mLBSProxy->modemPowerVote(power); } - inline void requestUlp(LocAdapterBase* adapter, - unsigned long capabilities) { - mLBSProxy->requestUlp(adapter, capabilities); - } inline IzatDevId_t getIzatDevId() const { return mLBSProxy->getIzatDevId(); } -- cgit v1.2.3