summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/include/connection_handler
diff options
context:
space:
mode:
authorOleg Krotenko <OKrotenko@luxoft.com>2015-07-27 16:54:19 +0300
committerOleg Krotenko <OKrotenko@luxoft.com>2015-07-28 17:38:14 +0300
commit09e6ffbfc3ecd1fd3bde392ccebbd44c97bc1cba (patch)
tree8b440d84b0b2d0ee34b870546a9d8c857a8b6463 /src/components/connection_handler/include/connection_handler
parentd9b1f27b35c538bac467c699dd759614a0589667 (diff)
downloadsdl_core-09e6ffbfc3ecd1fd3bde392ccebbd44c97bc1cba.tar.gz
Fixing of core dumps when executing IGNITION_OFF. Update after review. APPLINK-11950
Diffstat (limited to 'src/components/connection_handler/include/connection_handler')
-rw-r--r--src/components/connection_handler/include/connection_handler/heartbeat_monitor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h b/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h
index e00408f24d..70c7aa4cd7 100644
--- a/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h
+++ b/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h
@@ -83,8 +83,6 @@ class HeartBeatMonitor: public threads::ThreadDelegate {
// \brief Connection that must be closed when timeout elapsed
Connection *connection_;
- static const int32_t kDefaultCycleTimeout = 100000;
-
class SessionState {
public:
explicit SessionState(int32_t heartbeat_timeout_seconds = 0);