From 1a813ce73cada1cb605fd7e5c615033912cd7a2f Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Sun, 12 Aug 2007 11:38:40 +0000 Subject: Fix build with gcc42 --- www/wsdlpull/files/patch-WsdlInvoker.h | 11 +++++++++++ www/wsdlpull/files/patch-XmlPullParser.h | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 www/wsdlpull/files/patch-WsdlInvoker.h create mode 100644 www/wsdlpull/files/patch-XmlPullParser.h diff --git a/www/wsdlpull/files/patch-WsdlInvoker.h b/www/wsdlpull/files/patch-WsdlInvoker.h new file mode 100644 index 000000000000..14335026c409 --- /dev/null +++ b/www/wsdlpull/files/patch-WsdlInvoker.h @@ -0,0 +1,11 @@ +--- src/wsdlparser/WsdlInvoker.h.orig 2007-08-12 13:34:25.000000000 +0200 ++++ src/wsdlparser/WsdlInvoker.h 2007-08-12 13:34:42.000000000 +0200 +@@ -204,7 +204,7 @@ + // set credentials for the service + void setCredentials(const std::string & user, const std::string & pass); + //ouput the soap message without invoking the service +- std::string WsdlInvoker::getSoapMessage(); ++ std::string getSoapMessage(); + + void setProxy(const std::string & host,int port=80); + //enable logging diff --git a/www/wsdlpull/files/patch-XmlPullParser.h b/www/wsdlpull/files/patch-XmlPullParser.h new file mode 100644 index 000000000000..568e0a5009e4 --- /dev/null +++ b/www/wsdlpull/files/patch-XmlPullParser.h @@ -0,0 +1,11 @@ +--- src/xmlpull/XmlPullParser.h.orig 2007-08-12 13:31:16.000000000 +0200 ++++ src/xmlpull/XmlPullParser.h 2007-08-12 13:32:11.000000000 +0200 +@@ -110,7 +110,7 @@ + int next (); + int nextToken (); + int nextTag (); +- void XmlPullParser::prevTag(); ++ void prevTag(); + + //---------------------------------------------------------------------- + // utility methods to make XML parsing easier ... -- cgit v1.2.3