summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2015-07-02 17:30:09 -0700
committerDante Russo <drusso@codeaurora.org>2015-07-16 10:07:49 -0700
commit2572d24770c95cddda04e4c9dce10259033e2382 (patch)
tree15ffa7e93cec174b1bfa2796889b766b99535532 /core/LocAdapterBase.h
parent1b07337c5a12e0d11d84ea0378a15cdffd504e76 (diff)
downloadgps-2572d24770c95cddda04e4c9dce10259033e2382.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 c7e3f1c..5f4660b 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -110,7 +110,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);
};