summaryrefslogtreecommitdiffstats
path: root/src/ThreadNetwork.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ThreadNetwork.hpp')
-rw-r--r--src/ThreadNetwork.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ThreadNetwork.hpp b/src/ThreadNetwork.hpp
deleted file mode 100644
index 73f9ab8..0000000
--- a/src/ThreadNetwork.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include "Thread.hpp"
-#include "NetworkClient.hpp"
-#include "Event.hpp"
-
-class ThreadNetwork : Thread {
- std::shared_ptr<NetworkClient> nc;
- bool isRunning = true;
-public:
- ThreadNetwork();
- ~ThreadNetwork();
- void Execute() override;
-}; \ No newline at end of file