summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_request_abstract.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-02 14:54:43 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-02 14:54:43 +0000
commit05577f56728d3fbae3f484e37e1202d6676b38e2 (patch)
tree4979b780ebce2fd4eb3a1691661b3ea89402e89e /lasso/xml/samlp_request_abstract.h
parent169b16b94fc7a581b182307a610b91b1d944d0ae (diff)
downloadlasso-05577f56728d3fbae3f484e37e1202d6676b38e2.tar.gz
lasso-05577f56728d3fbae3f484e37e1202d6676b38e2.tar.xz
lasso-05577f56728d3fbae3f484e37e1202d6676b38e2.zip
last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode and
init_from_xml are no longer necessary in many cases. Previous XmlSnippet renamed to XmlSnippetObsolete to keep compatibility (id-wsf classes have not yet been converted).
Diffstat (limited to 'lasso/xml/samlp_request_abstract.h')
-rw-r--r--lasso/xml/samlp_request_abstract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/samlp_request_abstract.h b/lasso/xml/samlp_request_abstract.h
index 4b27e9d0..213b490b 100644
--- a/lasso/xml/samlp_request_abstract.h
+++ b/lasso/xml/samlp_request_abstract.h
@@ -54,7 +54,7 @@ struct _LassoSamlpRequestAbstract {
LassoNode parent;
/* <element ref="samlp:RespondWith" minOccurs="0" maxOccurs="unbounded"/> */
- char *RespondWith; /* XXX */
+ char *RespondWith; /* XXX: turn into a GList */
/* <attribute name="RequestID" type="saml:IDType" use="required"/> */
char *RequestID;
/* <attribute name="MajorVersion" type="integer" use="required"/> */