diff options
Diffstat (limited to 'commands.h')
-rw-r--r-- | commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,9 +25,11 @@ class Commands { std::map<std::string, Handler> handlers; typedef boost::function<std::vector<MusicListing::p> (const std::string artist)> FindFunction; + //! Handlers for the find command. std::map<std::string, FindFunction> find_handlers; boost::asio::io_service& io_service; + //! Command arguments. std::vector<std::string>& args; std::vector<std::string> ls(); |