aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Net/je_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Net/je_net.h')
-rw-r--r--src/libjin/Net/je_net.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/libjin/Net/je_net.h b/src/libjin/Net/je_net.h
deleted file mode 100644
index 6ed018a..0000000
--- a/src/libjin/Net/je_net.h
+++ /dev/null
@@ -1,32 +0,0 @@
-#ifndef __JE_NET_H
-#define __JE_NET_H
-#include "../core/je_configuration.h"
-#if LIBJIN_MODULES_NET
-
-#include "../common/je_subsystem.hpp"
-
-#include "je_socket.h"
-
-namespace jin
-{
- namespace net
- {
-
- class Net : public Subsystem<Net>
- {
- public:
-
- protected:
- singleton(Net);
- Net() {};
- ~Net() {};
- bool initSystem(const SettingBase* setting) override;
- void quitSystem() override;
-
- };
-
- } // namespace net
-} // namespace jin
-
-#endif // LIBJIN_MODULES_NET
-#endif // __JE_NET_H