* Fixed xmlrpc so it registers all the commands.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@904 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-05-18 22:01:29 +00:00
parent d33d283293
commit bc7d485391
5 changed files with 27 additions and 9 deletions
+2 -2
View File
@@ -113,8 +113,8 @@ public:
// Allow NULL slot as a temporary compatibility hack.
void insert(key_type key, Variable* variable, generic_slot genericSlot = NULL, download_slot downloadSlot = NULL, int flags = 0,
const char* parm = "", const char* doc = "");
void insert(key_type key, Variable* variable, generic_slot genericSlot, download_slot downloadSlot, int flags,
const char* parm, const char* doc);
void insert(key_type key, const variable_map_data_type src);