25 #ifndef AAMPCLICOMMANDHANDLER_H
26 #define AAMPCLICOMMANDHANDLER_H
46 static std::map<std::string, Command*> mCommandMap;
47 void registerAampcliCommands();
48 void registerCommandObjects();
49 void registerCommand(
const std::string& commandName,
Command* command);
51 void registerAllCommands();
52 static char **commandCompletion(
const char *text,
int start,
int end);
55 #endif // AAMPCLICOMMANDHANDLER_H