summaryrefslogtreecommitdiff
path: root/src/components/hmi_message_handler/include
diff options
context:
space:
mode:
authoratimchenko <atymchenko@luxoft.com>2016-11-17 12:14:21 +0200
committeratimchenko <atymchenko@luxoft.com>2016-12-08 10:58:23 +0200
commit61d7d85c32dbda85e78048dfb17876b7ee2cc566 (patch)
tree62137afd993400e7b1d018f8131a6a9950e8773c /src/components/hmi_message_handler/include
parent6609f5d462677254e26611f84d73747cf6d9d02d (diff)
downloadsdl_core-61d7d85c32dbda85e78048dfb17876b7ee2cc566.tar.gz
Cover hmi_message_handler by unit tests
Fully cover hmi_message_handler by unit tests Related task APPLINK-27062
Diffstat (limited to 'src/components/hmi_message_handler/include')
-rw-r--r--src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h b/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h
index 3b829b0f27..8b238b4aa8 100644
--- a/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h
+++ b/src/components/hmi_message_handler/include/hmi_message_handler/hmi_message_handler_impl.h
@@ -106,6 +106,14 @@ class HMIMessageHandlerImpl : public HMIMessageHandler,
HMIMessageObserver* observer() const {
return observer_;
}
+
+ impl::ToHmiQueue* messages_to_hmi() {
+ return &messages_to_hmi_;
+ }
+
+ impl::FromHmiQueue* messages_from_hmi() {
+ return &messages_from_hmi_;
+ }
#endif // BUILD_TESTS
private: