* 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
+1 -6
View File
@@ -51,10 +51,8 @@
#include "input/manager.h"
#include "input/input_event.h"
#include "rpc/command_scheduler.h"
#include "rpc/fast_cgi.h"
#include "rpc/parse_commands.h"
#include "rpc/scgi.h"
#include "rpc/xmlrpc.h"
#include "ui/root.h"
#include "control.h"
@@ -70,9 +68,7 @@ Control::Control() :
m_commandScheduler(new rpc::CommandScheduler()),
m_fastCgi(NULL),
m_scgi(NULL),
m_xmlrpc(NULL),
m_tick(0) {
@@ -124,9 +120,8 @@ Control::initialize() {
void
Control::cleanup() {
delete m_fastCgi; m_fastCgi = NULL;
delete m_scgi; m_scgi = NULL;
delete m_xmlrpc; m_xmlrpc = NULL;
rpc::xmlrpc.cleanup();
priority_queue_erase(&taskScheduler, &m_taskShutdown);