* 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
View File
@@ -49,6 +49,7 @@
namespace rpc {
CommandMap commands;
XmlRpc xmlrpc;
struct command_map_is_space : std::unary_function<char, bool> {
bool operator () (char c) const {