Removed remnants of the old webserver.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user