Lines Matching full:command
46 // Command identifier length
51 // client application. Return true on successful completion of the command,
68 class Command {
70 Command(const char* name, const char* desc, const DispatchFunction func,
76 Command(const Command& comm)
81 virtual ~Command() {}
86 // Find the command specified by the client request.
87 static Command* Find(const Connection* conn);
89 // Dispatch this command
101 static Vector<const Command*>* s_commands;