diff options
Diffstat (limited to 'net/easysoap/files/patch-include::SOAPDispatchHandler.h')
-rw-r--r-- | net/easysoap/files/patch-include::SOAPDispatchHandler.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/easysoap/files/patch-include::SOAPDispatchHandler.h b/net/easysoap/files/patch-include::SOAPDispatchHandler.h deleted file mode 100644 index 865f32000bf5..000000000000 --- a/net/easysoap/files/patch-include::SOAPDispatchHandler.h +++ /dev/null @@ -1,20 +0,0 @@ ---- include/easysoap/SOAPDispatchHandler.h.orig Thu Jun 26 10:06:51 2003 -+++ include/easysoap/SOAPDispatchHandler.h Thu Jun 26 10:07:35 2003 -@@ -56,7 +56,7 @@ - bool ExecuteMethod(const SOAPEnvelope& request, SOAPMethod& response) - { - const SOAPMethod& method = request.GetBody().GetMethod(); -- DispatchMap::Iterator i = m_dispatchMap.Find(method.GetName()); -+ typename DispatchMap::Iterator i = m_dispatchMap.Find(method.GetName()); - if (i) - { - T *target= GetTarget(request); -@@ -100,7 +100,7 @@ - - bool HandleHeader(const SOAPParameter& header, SOAPEnvelope& request, SOAPEnvelope& response) - { -- DispatchMap::Iterator i = m_dispatchMap.Find(header.GetName()); -+ typename DispatchMap::Iterator i = m_dispatchMap.Find(header.GetName()); - - if (i) - { |