diff options
author | madmaxoft <github@xoft.cz> | 2013-07-29 10:59:10 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-07-29 10:59:10 +0200 |
commit | 20e7221c7cc54af13d047306b8b1e6fc2d834f29 (patch) | |
tree | a908285520af56c2bb43fb36c9bba57367c8364a /source/WebAdmin.h | |
parent | Fixed formatting in LuaScript.* (diff) | |
download | cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.tar cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.tar.gz cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.tar.bz2 cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.tar.lz cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.tar.xz cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.tar.zst cuberite-20e7221c7cc54af13d047306b8b1e6fc2d834f29.zip |
Diffstat (limited to 'source/WebAdmin.h')
-rw-r--r-- | source/WebAdmin.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/WebAdmin.h b/source/WebAdmin.h index 3e57bbf00..4b12b955e 100644 --- a/source/WebAdmin.h +++ b/source/WebAdmin.h @@ -63,13 +63,13 @@ public: // tolua_export static void Request_Handler(webserver::http_request* r); - int GetPort() { return m_Port; } // tolua_export + int GetPort() { return m_Port; } // tolua_export - sWebAdminPage GetPage(const HTTPRequest& a_Request); // tolua_export - AString GetBaseURL(const AString& a_URL); // tolua_export + sWebAdminPage GetPage(const HTTPRequest& a_Request); // tolua_export + AString GetBaseURL(const AString& a_URL); // tolua_export AString GetBaseURL(const AStringVector& a_URLSplit); - AString GetMemoryUsage() const; // tolua_export + static AString GetMemoryUsage(void); // tolua_export private: #ifdef _WIN32 |