summaryrefslogtreecommitdiff
path: root/core/LBSProxyBase.h
diff options
context:
space:
mode:
authorHema Iyer Sankaranarayanan <hsankara@codeaurora.org>2013-11-14 10:25:17 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2013-11-19 17:40:52 -0800
commitb5ed3d850555108cb2491ccb7d23fa8f2176d1b9 (patch)
tree6387cc9c6b15fb9b04c41500f1348f6c5b24fdad /core/LBSProxyBase.h
parent3e5e65938db9693c55e5f0a83f7c038d093b5579 (diff)
downloadgps-b5ed3d850555108cb2491ccb7d23fa8f2176d1b9.tar.gz
Changes to conditionally check and inject coarse position
Changes to GPS HAL to determine if wiper available before it does CPI injection. Change-Id: Ic481c020bf51ae55b001ab28a0b1caaa5de47cdd
Diffstat (limited to 'core/LBSProxyBase.h')
-rw-r--r--core/LBSProxyBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LBSProxyBase.h b/core/LBSProxyBase.h
index e643d12..f0d1a32 100644
--- a/core/LBSProxyBase.h
+++ b/core/LBSProxyBase.h
@@ -50,6 +50,7 @@ public:
inline virtual void requestUlp(LocAdapterBase* adapter,
unsigned long capabilities) const {}
inline virtual bool hasAgpsExt() const { return false; }
+ inline virtual bool hasCPIExt() const { return false; }
};
typedef LBSProxyBase* (getLBSProxy_t)();