summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2006-08-03 12:49:52 +0000
committerFrederic Peters <fpeters@entrouvert.com>2006-08-03 12:49:52 +0000
commit1febb546b551cfe2390b319aeb57ce050ca17999 (patch)
tree590331007c6efd04c42a4ef5c3d56ff797725393 /swig
parentc3cb79a8015a320bc3ecbe985e4a2b3ca8e1061c (diff)
downloadlasso-1febb546b551cfe2390b319aeb57ce050ca17999.tar.gz
lasso-1febb546b551cfe2390b319aeb57ce050ca17999.tar.xz
lasso-1febb546b551cfe2390b319aeb57ce050ca17999.zip
define and use specific error codes
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i12
1 files changed, 12 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 9f0c7599..f5c30306 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -1099,6 +1099,18 @@ typedef enum {
%rename(DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER) LASSO_DEFEDERATION_ERROR_MISSING_NAME_IDENTIFIER;
#endif
+/* Soap */
+#ifndef SWIGPHP4
+%rename(SOAP_FAULT_REDIRECT_REQUEST) LASSO_SOAP_FAULT_REDIRECT_REQUEST;
+#endif
+
+/* ID-WSF Discovery */
+#ifndef SWIGPHP4
+%rename(DISCO_ERROR_MISSING_RESOURCE_OFFERING) LASSO_DISCO_ERROR_MISSING_RESOURCE_OFFERING;
+%rename(DISCO_ERROR_MISSING_SERVICE_DESCRIPTION) LASSO_DISCO_ERROR_MISSING_SERVICE_DESCRIPTION;
+#endif
+
+
#ifndef SWIGPHP4
%rename(strerror) lasso_strerror;
#endif