Changeset 1041 for trunk/rtorrent/src/rpc/command_slot.h
- Timestamp:
- 03/13/08 10:28:17 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/rpc/command_slot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/rpc/command_slot.h
r976 r1041 81 81 82 82 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); } 84 84 85 85 // static const torrent::Object& get_list(Command* rawCommand, const torrent::Object& args); … … 111 111 112 112 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); } 114 114 115 115 // static const torrent::Object& get_list(Command* rawCommand, const torrent::Object& args);
