summaryrefslogtreecommitdiffstats
path: root/src/WebAdmin.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-02-05 22:45:45 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-02-05 22:50:18 +0100
commitca6ef58b1ee8521e4b940ee4883dee714960e413 (patch)
tree8532add455224b07c07a759e3d906f50c0695888 /src/WebAdmin.h
parentMerge pull request #2972 from marvinkopf/PlayerAutoComplete (diff)
downloadcuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.gz
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.bz2
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.lz
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.xz
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.zst
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.zip
Diffstat (limited to '')
-rw-r--r--src/WebAdmin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h
index 4dbcc57a6..a3ebac43c 100644
--- a/src/WebAdmin.h
+++ b/src/WebAdmin.h
@@ -122,7 +122,7 @@ public:
/** Starts the HTTP server taking care of the admin. Returns true if successful */
bool Start(void);
-
+
/** Stops the HTTP server, if it was started. */
void Stop(void);
@@ -160,7 +160,7 @@ public:
/** Escapes text passed into it, so it can be embedded into html. */
static AString GetHTMLEscapedString(const AString & a_Input);
-
+
/** Escapes the string for use in an URL */
static AString GetURLEncodedString(const AString & a_Input);
@@ -214,7 +214,7 @@ protected:
/** Set to true if Init() succeeds and the webadmin isn't to be disabled */
bool m_IsInitialized;
-
+
/** Set to true if Start() succeeds in starting the server, reset back to false in Stop(). */
bool m_IsRunning;