mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
* Removed the FastCGI code.
* Cleaned up XmlRpc and fixed some compile errors. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@930 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -99,15 +99,9 @@ public:
|
||||
|
||||
rpc::CommandScheduler* command_scheduler() { return m_commandScheduler; }
|
||||
|
||||
rpc::FastCgi* fast_cgi() { return m_fastCgi; }
|
||||
void set_fast_cgi(rpc::FastCgi* f) { m_fastCgi = f; }
|
||||
|
||||
rpc::SCgi* scgi() { return m_scgi; }
|
||||
void set_scgi(rpc::SCgi* f) { m_scgi = f; }
|
||||
|
||||
rpc::XmlRpc* xmlrpc() { return m_xmlrpc; }
|
||||
void set_xmlrpc(rpc::XmlRpc* f) { m_xmlrpc = f; }
|
||||
|
||||
uint64_t tick() const { return m_tick; }
|
||||
void inc_tick() { m_tick++; }
|
||||
|
||||
@@ -135,9 +129,7 @@ private:
|
||||
|
||||
rpc::CommandScheduler* m_commandScheduler;
|
||||
|
||||
rpc::FastCgi* m_fastCgi;
|
||||
rpc::SCgi* m_scgi;
|
||||
rpc::XmlRpc* m_xmlrpc;
|
||||
|
||||
uint64_t m_tick;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user