Show
Ignore:
Timestamp:
03/13/08 10:28:17 (4 years ago)
Author:
rakshasa
Message:

* Fixed minor bugs in the display of tracker groups. Patch by Josef
Drexler.

* Cleanup of the CommandMap? class.

Files:
1 modified

Legend:

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

    r976 r1041  
    8181 
    8282  template <int base, int unit> 
    83   static const torrent::Object call_value(Command* rawCommand, Target target, const torrent::Object& args)     { return call_value_base(rawCommand, target, args, base, unit); } 
     83  static const torrent::Object call_value_tmpl(Command* rawCommand, Target target, const torrent::Object& args)     { return call_value_base(rawCommand, target, args, base, unit); } 
    8484 
    8585//   static const torrent::Object& get_list(Command* rawCommand, const torrent::Object& args); 
     
    111111 
    112112  template <int base, int unit> 
    113   static const torrent::Object call_value(Command* rawCommand, const torrent::Object& args)     { return call_value_base(rawCommand, args, base, unit); } 
     113  static const torrent::Object call_value_tmpl(Command* rawCommand, const torrent::Object& args)     { return call_value_base(rawCommand, args, base, unit); } 
    114114 
    115115//   static const torrent::Object& get_list(Command* rawCommand, const torrent::Object& args);