summaryrefslogtreecommitdiffstats
path: root/source/cHeartBeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cHeartBeat.h')
-rw-r--r--source/cHeartBeat.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/source/cHeartBeat.h b/source/cHeartBeat.h
index 8a5373af4..0adaf6b59 100644
--- a/source/cHeartBeat.h
+++ b/source/cHeartBeat.h
@@ -1,8 +1,11 @@
+
#pragma once
#include "cTCPLink.h"
-#include <string>
+
+
+
class cHeartBeat : public cTCPLink
{
@@ -18,4 +21,8 @@ private:
void SendUpdate();
std::string m_ServerID;
-}; \ No newline at end of file
+};
+
+
+
+