summaryrefslogtreecommitdiff
path: root/core/ContextBase.h
diff options
context:
space:
mode:
authorTushar Janefalkar <tusharj@codeaurora.org>2014-02-24 11:13:57 -0800
committerTushar Janefalkar <tusharj@codeaurora.org>2014-05-05 12:10:59 -0700
commit9e585cb7bfbbf602555fe7b8e737ff64083ac7f4 (patch)
treebca328fb9a645897c8399932268655454323baf4 /core/ContextBase.h
parent3c8b3ff4fd3a444117d9e2067f131d6611e9e57d (diff)
downloadgps-9e585cb7bfbbf602555fe7b8e737ff64083ac7f4.tar.gz
Inject feature config
This change injects feature config through using the first available context CRs-fixed: 616544 Change-Id: Idea5bd8acfff729589c071f20bec18679c89ab25
Diffstat (limited to 'core/ContextBase.h')
-rw-r--r--core/ContextBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ContextBase.h b/core/ContextBase.h
index d713587..2adbedd 100644
--- a/core/ContextBase.h
+++ b/core/ContextBase.h
@@ -62,6 +62,7 @@ public:
unsigned long capabilities) {
mLBSProxy->requestUlp(adapter, capabilities);
}
+ inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
};
} // namespace loc_core