From 20e7221c7cc54af13d047306b8b1e6fc2d834f29 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 29 Jul 2013 10:59:10 +0200 Subject: WebAdmin: Removed the duplicate memory usage querying --- source/WebAdmin.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/WebAdmin.h') 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 -- cgit v1.2.3