summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/include
diff options
context:
space:
mode:
authorElisey Zamakhov <EZamakhov@luxoft.com>2015-12-02 16:40:12 +0300
committerElisey Zamakhov <EZamakhov@luxoft.com>2015-12-18 16:36:25 +0300
commit7449c843356de4b54f1854f79cd755f0efcf3346 (patch)
tree41975d8ec9ef6c2fe8844be2b3e3068814c26088 /src/components/connection_handler/include
parent413a6a63dd6e97fa6dd4667d6714d6ec068cb643 (diff)
downloadsdl_core-7449c843356de4b54f1854f79cd755f0efcf3346.tar.gz
Fixed wrong logger name for ProtocolHandler
Issues: APPLINK-19597, APPLINK-19603
Diffstat (limited to 'src/components/connection_handler/include')
-rw-r--r--src/components/connection_handler/include/connection_handler/connection_handler_impl.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/components/connection_handler/include/connection_handler/connection_handler_impl.h b/src/components/connection_handler/include/connection_handler/connection_handler_impl.h
index e3557a4ef5..1c8af29499 100644
--- a/src/components/connection_handler/include/connection_handler/connection_handler_impl.h
+++ b/src/components/connection_handler/include/connection_handler/connection_handler_impl.h
@@ -38,6 +38,13 @@
#include <string>
#include <vector>
+#include "utils/logger.h"
+#include "utils/macro.h"
+#include "utils/lock.h"
+#include "utils/stl_utils.h"
+#include "utils/singleton.h"
+#include "utils/rwlock.h"
+
#include "transport_manager/transport_manager_listener_empty.h"
#include "protocol_handler/session_observer.h"
#include "protocol_handler/protocol_handler.h"
@@ -46,11 +53,6 @@
#include "connection_handler/connection.h"
#include "connection_handler/devices_discovery_starter.h"
#include "connection_handler/connection_handler.h"
-#include "utils/logger.h"
-#include "utils/macro.h"
-#include "utils/lock.h"
-#include "utils/stl_utils.h"
-#include "utils/singleton.h"
/**
* \namespace connection_handler