summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kutsan <AKutsan@luxoft.com>2014-09-13 18:33:30 +0300
committerAlexander Kutsan <AKutsan@luxoft.com>2014-09-13 18:33:30 +0300
commite3c026d7a65d799404845e7fd7957495cad63e0d (patch)
tree22ec457e3c500bb04392380da96e4c0540451c4a
parentbb5be49bdb73854c93e5393a24f2551774e3444c (diff)
downloadsdl_core-e3c026d7a65d799404845e7fd7957495cad63e0d.tar.gz
Not a subject for reviewSNAPSHOT_PASA15092014SDL_RB_CW38
Reason: Fix build for PASA
-rw-r--r--src/3rd_party-static/MessageBroker/include/mb_controller.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/3rd_party-static/MessageBroker/include/mb_controller.hpp b/src/3rd_party-static/MessageBroker/include/mb_controller.hpp
index 98c01663bb..7af679c7fe 100644
--- a/src/3rd_party-static/MessageBroker/include/mb_controller.hpp
+++ b/src/3rd_party-static/MessageBroker/include/mb_controller.hpp
@@ -199,7 +199,9 @@ namespace NsMessageBroker
void* MethodForReceiverThread(void * arg);
virtual void exitReceivingThread() {
+#ifdef CUSTOMER_PASA
Close();
+#endif
stop = true;
sync_primitives::AutoLock auto_lock(receiving_thread_lock_);
}