summaryrefslogtreecommitdiffstats
path: root/source/cHeartBeat.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cHeartBeat.h')
-rw-r--r--source/cHeartBeat.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/source/cHeartBeat.h b/source/cHeartBeat.h
deleted file mode 100644
index 79465507c..000000000
--- a/source/cHeartBeat.h
+++ /dev/null
@@ -1,28 +0,0 @@
-
-#pragma once
-
-#include "OSSupport/TCPLink.h"
-
-
-
-
-
-class cHeartBeat : public cTCPLink
-{
-public:
- cHeartBeat();
- ~cHeartBeat();
-private:
- virtual void ReceivedData( char a_Data[256], int a_Size );
-
- void Authenticate();
- int m_State;
-
- void SendUpdate();
-
- std::string m_ServerID;
-};
-
-
-
-