summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-08-08 16:03:29 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-08-08 16:03:29 +0000
commit73db5fc58f10aa5629cc963174827e1cfe740eb5 (patch)
treeb402de384dc8c8b86535c9eac582a839cde88018 /swig
parent73350739440c6d5511f851f6dc3eba008ea4a879 (diff)
downloadlasso-73db5fc58f10aa5629cc963174827e1cfe740eb5.tar.gz
lasso-73db5fc58f10aa5629cc963174827e1cfe740eb5.tar.xz
lasso-73db5fc58f10aa5629cc963174827e1cfe740eb5.zip
processModifyResponseMsg
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso-wsf2.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/swig/Lasso-wsf2.i b/swig/Lasso-wsf2.i
index 83ee0717..5b37bd05 100644
--- a/swig/Lasso-wsf2.i
+++ b/swig/Lasso-wsf2.i
@@ -398,6 +398,10 @@ typedef struct {
THROW_ERROR()
int parseModifyItems();
END_THROW_ERROR()
+
+ THROW_ERROR()
+ int processModifyResponseMsg(const char *message);
+ END_THROW_ERROR()
}
%{
@@ -484,6 +488,8 @@ typedef struct {
#define LassoIdWsf2DataService_addModifyItem lasso_idwsf2_data_service_add_modify_item
#define LassoIdWsf2DataService_processModifyMsg lasso_idwsf2_data_service_process_modify_msg
#define LassoIdWsf2DataService_parseModifyItems lasso_idwsf2_data_service_parse_modify_items
+#define LassoIdWsf2DataService_processModifyResponseMsg \
+ lasso_idwsf2_data_service_process_modify_response_msg
%}