From dda90d9e72fde4eba8de34cda3a471ce8eb96e81 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Tue, 18 Dec 2007 19:50:17 +0000 Subject: - Update net/xmlrpc-c to 1.06.21. - OPTIONS'ify. - Depend on curl by default rather than libwww. --- ...atch-examples::interop-client::InteropEchoProxy.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 net/xmlrpc-c/files/patch-examples::interop-client::InteropEchoProxy.h (limited to 'net/xmlrpc-c/files/patch-examples::interop-client::InteropEchoProxy.h') diff --git a/net/xmlrpc-c/files/patch-examples::interop-client::InteropEchoProxy.h b/net/xmlrpc-c/files/patch-examples::interop-client::InteropEchoProxy.h deleted file mode 100644 index 96bb666fb511..000000000000 --- a/net/xmlrpc-c/files/patch-examples::interop-client::InteropEchoProxy.h +++ /dev/null @@ -1,20 +0,0 @@ ---- examples/interop-client/InteropEchoProxy.h.orig Wed Apr 25 00:17:42 2001 -+++ examples/interop-client/InteropEchoProxy.h Tue Mar 2 23:39:39 2004 -@@ -12,7 +12,7 @@ - public: - InteropEchoProxy (const XmlRpcClient& client) - : mClient(client) {} -- InteropEchoProxy (const string& server_url) -+ InteropEchoProxy (const std::string& server_url) - : mClient(XmlRpcClient(server_url)) {} - InteropEchoProxy (const InteropEchoProxy& o) - : mClient(o.mClient) {} -@@ -23,7 +23,7 @@ - } - - /* Echo an arbitrary XML-RPC string. */ -- string echoString (string string1); -+ std::string echoString (std::string string1); - - /* Echo an arbitrary XML-RPC integer. */ - XmlRpcValue::int32 echoInteger (XmlRpcValue::int32 int1); -- cgit v1.2.3