Show
Ignore:
Timestamp:
03/16/08 09:55:40 (4 years ago)
Author:
rakshasa
Message:

* Changed view_filter to use boolean commands instead of custom
functors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rtorrent/src/rpc/parse_commands.h

    r1026 r1042  
    7272const char*            parse_command_name(const char* first, const char* last, std::string* dest); 
    7373 
     74inline torrent::Object 
     75parse_command_single(target_type target, const std::string& cmd) { 
     76  return parse_command(target, cmd.c_str(), cmd.c_str() + cmd.size()).first; 
     77} 
     78 
    7479inline void 
    7580parse_command_single_std(const std::string& cmd) {