summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-06-12 15:44:32 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-06-12 15:44:32 +0000
commit5ac539dff89c1fecdc0f914992ecd84bd2be990d (patch)
tree5f36adafb3b89618743614b281327c04d04dee71 /swig
parent1f0028b57e5402dea42c86cf951a36d5c39f2e3b (diff)
split lasso_idwsf2_discovery_process_query_msg for the SP to get the name_id and load the identity dump in between
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso-wsf2.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/swig/Lasso-wsf2.i b/swig/Lasso-wsf2.i
index 2d543602..c553a392 100644
--- a/swig/Lasso-wsf2.i
+++ b/swig/Lasso-wsf2.i
@@ -177,6 +177,10 @@ typedef struct {
END_THROW_ERROR()
THROW_ERROR()
+ int buildQueryResponseMsg();
+ END_THROW_ERROR()
+
+ THROW_ERROR()
int processQueryResponseMsg(const char *message);
END_THROW_ERROR()
@@ -287,6 +291,7 @@ typedef struct {
#define LassoIdWsf2Discovery_initQuery lasso_idwsf2_discovery_init_query
#define LassoIdWsf2Discovery_addRequestedServiceType lasso_idwsf2_discovery_add_requested_service_type
#define LassoIdWsf2Discovery_processQueryMsg lasso_idwsf2_discovery_process_query_msg
+#define LassoIdWsf2Discovery_buildQueryResponseMsg lasso_idwsf2_discovery_build_query_response_msg
#define LassoIdWsf2Discovery_processQueryResponseMsg lasso_idwsf2_discovery_process_query_response_msg
#define LassoIdWsf2Discovery_registerMetadata lasso_idwsf2_discovery_register_metadata
#define LassoIdWsf2Discovery_getService(self, type) \