mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-16 23:22:31 +00:00
* Fix TextElement* to use rpc::target_type.
* Moved most of src/ui/download.cc to use commands for TextElements. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@967 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
+3
-1
@@ -65,8 +65,10 @@ public:
|
||||
// These need to match CommandMap type values.
|
||||
static const int call_generic = 0;
|
||||
static const int call_download = 1;
|
||||
static const int call_file = 2;
|
||||
static const int call_peer = 2;
|
||||
static const int call_tracker = 3;
|
||||
static const int call_file = 4;
|
||||
static const int call_file_itr = 5;
|
||||
|
||||
XmlRpc() : m_env(NULL), m_registry(NULL), m_dialect(dialect_i8) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user