From 28bc14e267daff85d66efc9467f40ce87bfcb858 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 1 Feb 2012 00:02:48 +0000 Subject: Plugins can now be enabled and disabled through WebAdmin WebPlugins can now have spaces in their tab names git-svn-id: http://mc-server.googlecode.com/svn/trunk@204 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWebPlugin_Lua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cWebPlugin_Lua.h') diff --git a/source/cWebPlugin_Lua.h b/source/cWebPlugin_Lua.h index 98080e855..0444fb44f 100644 --- a/source/cWebPlugin_Lua.h +++ b/source/cWebPlugin_Lua.h @@ -17,9 +17,9 @@ public: //tolua_export virtual std::string HandleRequest( HTTPRequest* a_Request ); virtual void Initialize(); - std::string GetTabNameForRequest( HTTPRequest* a_Request ); + std::pair< std::string, std::string > GetTabNameForRequest( HTTPRequest* a_Request ); - std::list< std::string > GetTabNames(); + std::list< std::pair > GetTabNames(); private: cPlugin_NewLua* m_Plugin; -- cgit v1.2.3