summaryrefslogtreecommitdiff
path: root/core/ContextBase.h
diff options
context:
space:
mode:
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