Changeset 1041 for trunk/rtorrent/src/command_download.cc
- Timestamp:
- 03/13/08 10:28:17 (4 years ago)
- Files:
-
- 1 modified
-
trunk/rtorrent/src/command_download.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtorrent/src/command_download.cc
r1026 r1041 332 332 #define ADD_CD_SLOT(key, function, slot, parm, doc) \ 333 333 commandDownloadSlotsItr->set_slot(slot); \ 334 rpc::commands.insert_ download(key, commandDownloadSlotsItr++, &rpc::CommandSlot<core::Download*>::function, rpc::CommandMap::flag_dont_delete, parm, doc);334 rpc::commands.insert_type(key, commandDownloadSlotsItr++, &rpc::CommandSlot<core::Download*>::function, rpc::CommandMap::flag_dont_delete, parm, doc); 335 335 336 336 #define ADD_CD_SLOT_PUBLIC(key, function, slot, parm, doc) \ 337 337 commandDownloadSlotsItr->set_slot(slot); \ 338 rpc::commands.insert_ download(key, commandDownloadSlotsItr++, &rpc::CommandSlot<core::Download*>::function, rpc::CommandMap::flag_dont_delete | rpc::CommandMap::flag_public_xmlrpc, parm, doc);338 rpc::commands.insert_type(key, commandDownloadSlotsItr++, &rpc::CommandSlot<core::Download*>::function, rpc::CommandMap::flag_dont_delete | rpc::CommandMap::flag_public_xmlrpc, parm, doc); 339 339 340 340 #define ADD_CD_VOID(key, slot) \
