* Bumped to 0.11.5/0.7.5.

* Added "call.set_upload_rate", "call.get_upload_rate" and
"call.get_directory" XMLRPC calls.


git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@888 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-04-09 21:09:53 +00:00
parent 6691298fb4
commit 8501832788
10 changed files with 164 additions and 32 deletions
+5
View File
@@ -117,6 +117,11 @@ public:
void process_stream(std::istream* str);
bool process_file(key_type path);
// The new API, which is atm just a wrapper over the old and
// requires seperate calls to get and set. These will be merged.
const mapped_type& call_command_get(key_type key, const mapped_type& arg);
const mapped_type& call_command_set(key_type key, const mapped_type& arg);
private:
VariableMap(const VariableMap&);
void operator = (const VariableMap&);