summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2014-04-02 14:23:39 -0700
committerDante Russo <drusso@codeaurora.org>2014-04-03 14:41:53 -0700
commitf9a26b2a68082f8de9c8167632d27be095a8fabf (patch)
treef2116c9d9ce529025a6209896e3cb992caa7183a /core/LocAdapterBase.h
parent971493d8bbd920f3fed083965e975fb8897c3919 (diff)
downloadgps-f9a26b2a68082f8de9c8167632d27be095a8fabf.tar.gz
Inject location only on CPI disabled
Includes inject API from GPS HAL and FLP HAL CRs-fixed: 640452 Change-Id: Ied947e2862fb9ecca0142f9608cdcc889cac8a2b
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 02b0987..9348a89 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -101,6 +101,7 @@ public:
const void* data);
inline virtual bool isInSession() { return false; }
virtual void shutdown();
+ ContextBase* getContext() const { return mContext; }
};
} // namespace loc_core