* 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:
rakshasa
2007-07-06 21:33:26 +00:00
parent 0c3038783e
commit d04ef5406b
11 changed files with 49 additions and 346 deletions
-8
View File
@@ -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;