From 9e585cb7bfbbf602555fe7b8e737ff64083ac7f4 Mon Sep 17 00:00:00 2001 From: Tushar Janefalkar Date: Mon, 24 Feb 2014 11:13:57 -0800 Subject: Inject feature config This change injects feature config through using the first available context CRs-fixed: 616544 Change-Id: Idea5bd8acfff729589c071f20bec18679c89ab25 --- core/ContextBase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/ContextBase.h') 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 -- cgit v1.2.3