summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/connection_handler/include/connection_handler/heartbeat_monitor.h')
-rw-r--r--src/components/connection_handler/include/connection_handler/heartbeat_monitor.h8
1 files changed, 4 insertions, 4 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 cf956353dd..9e04929f79 100644
--- a/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h
+++ b/src/components/connection_handler/include/connection_handler/heartbeat_monitor.h
@@ -35,11 +35,11 @@
#include <stdint.h>
#include <map>
-#include "utils/threads/thread.h"
-#include "utils/threads/thread_delegate.h"
#include "utils/date_time.h"
-#include "utils/macro.h"
#include "utils/lock.h"
+#include "utils/macro.h"
+#include "utils/threads/thread.h"
+#include "utils/threads/thread_delegate.h"
namespace connection_handler {
@@ -64,7 +64,7 @@ class HeartBeatMonitor : public threads::ThreadDelegate {
void RemoveSession(uint8_t session_id);
/**
- * \brief Resets timer preventing session from being killed
+ * \brief Resets timer preventing session from being killed
*/
void KeepAlive(uint8_t session_id);