diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-12 11:38:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-08-12 11:38:40 +0000 |
commit | 1a813ce73cada1cb605fd7e5c615033912cd7a2f (patch) | |
tree | b2a037b953e61535022d348bb7656908e0d8827c | |
parent | ec80a6c8ec8923f18618684413aec7119d7fdce0 (diff) | |
download | ports-1a813ce73cada1cb605fd7e5c615033912cd7a2f.tar.gz ports-1a813ce73cada1cb605fd7e5c615033912cd7a2f.zip |
Notes
-rw-r--r-- | www/wsdlpull/files/patch-WsdlInvoker.h | 11 | ||||
-rw-r--r-- | www/wsdlpull/files/patch-XmlPullParser.h | 11 |
2 files changed, 22 insertions, 0 deletions
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 ... |