summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2015-07-02 17:30:09 -0700
committerSridhar Gujje <sgujje@codeaurora.org>2015-07-13 19:25:38 +0530
commitdb7fc90da2f6d85cf3f6844c2a580d24bd344de5 (patch)
treec54b8c44a7b85d85215d73e109f9fd208dc462a6 /core/LocAdapterBase.h
parent8834b304c9219de6dd592a2399ca1ac5c0b7eb0c (diff)
downloadgps-db7fc90da2f6d85cf3f6844c2a580d24bd344de5.tar.gz
Move modem power vote out of hal
The modem power vote feature needs to move out of hal as it has non-aosp dependency CRs-fixed: 831075 Change-Id: Ic83276e9d3c0d125a01f50719102fcd7c0455385
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 8e817b7..7e0b0eb 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -112,7 +112,6 @@ public:
virtual bool requestNiNotify(GpsNiNotification &notify,
const void* data);
inline virtual bool isInSession() { return false; }
- virtual void shutdown();
ContextBase* getContext() const { return mContext; }
virtual void reportGpsMeasurementData(GpsData &gpsMeasurementData);
};