diff options
author | madmaxoft <github@xoft.cz> | 2013-10-06 14:38:10 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-06 14:38:10 +0200 |
commit | fe582b69d5fd330aac4e812d3c5337ffcc8d098b (patch) | |
tree | 80ea0107c79eeb64e2de02360f0d1a86755030d6 /source/WebAdmin.h | |
parent | Removed the old WebServer library. (diff) | |
download | cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.tar cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.tar.gz cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.tar.bz2 cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.tar.lz cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.tar.xz cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.tar.zst cuberite-fe582b69d5fd330aac4e812d3c5337ffcc8d098b.zip |
Diffstat (limited to 'source/WebAdmin.h')
-rw-r--r-- | source/WebAdmin.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/WebAdmin.h b/source/WebAdmin.h index b85d8d059..271f819d6 100644 --- a/source/WebAdmin.h +++ b/source/WebAdmin.h @@ -100,7 +100,6 @@ public: cWebAdmin(void); - ~cWebAdmin(); /// Initializes the object. Returns true if successfully initialized and ready to start bool Init(void); @@ -171,8 +170,6 @@ protected: PluginList m_Plugins; - cEvent * m_Event; - /// The Lua template script to provide templates: cLuaState m_TemplateScript; @@ -180,12 +177,6 @@ protected: cHTTPServer m_HTTPServer; - #ifdef _WIN32 - static DWORD WINAPI ListenThread(LPVOID lpParam); - #else - static void * ListenThread(void * lpParam); - #endif - AString GetTemplate(void); /// Handles requests coming to the "/webadmin" or "/~webadmin" URLs |