From 26c1290391eb5540d6e2c5f6eceb877e0075d087 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 23 Sep 2009 14:20:58 +0200 Subject: Client: UserListManager client --- src/Client/CommandParser.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Client/CommandParser.h') diff --git a/src/Client/CommandParser.h b/src/Client/CommandParser.h index 8077a30..c4a0f79 100644 --- a/src/Client/CommandParser.h +++ b/src/Client/CommandParser.h @@ -43,11 +43,13 @@ namespace Client { class Application; class SystemCommands; class UserCommands; +class UserListCommands; class MAD_CLIENT_EXPORT CommandParser { private: friend class SystemCommands; friend class UserCommands; + friend class UserListCommands; struct Command { const char* commands[3]; @@ -68,7 +70,7 @@ class MAD_CLIENT_EXPORT CommandParser { static const Command* findCommand(const std::string& command); - void printUsage(const std::string& command); + static void printUsage(const std::string& command); std::map parseHostList(const std::vector &args, bool mustBeActive = false); void helpCommand(const std::vector &args); -- cgit v1.2.3