summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_status_code.h
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 13:10:31 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 13:10:31 +0000
commitbccdbae1277e673173bed2cdcf8f914e08c9adab (patch)
tree0663b4320de13f4d5ee2918deb4cbb9c26414c33 /lasso/xml/samlp_status_code.h
parent693ad7ea6160ca9a06398143a65069d11cfd5ada (diff)
downloadlasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.tar.gz
lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.tar.xz
lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.zip
Removed _new functions for abstract classes; added _new functions for classes
that only had _new_full functions. Documented a little bit; marked public members in structures as such.
Diffstat (limited to 'lasso/xml/samlp_status_code.h')
-rw-r--r--lasso/xml/samlp_status_code.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/samlp_status_code.h b/lasso/xml/samlp_status_code.h
index b3c306ae..4a99bb5d 100644
--- a/lasso/xml/samlp_status_code.h
+++ b/lasso/xml/samlp_status_code.h
@@ -49,6 +49,8 @@ typedef struct _LassoSamlpStatusCodeClass LassoSamlpStatusCodeClass;
struct _LassoSamlpStatusCode {
LassoNode parent;
+
+ /*< public >*/
/* <element ref="samlp:StatusCode" minOccurs="0"/> */
LassoSamlpStatusCode *StatusCode;
/* <attribute name="Value" type="QName" use="required"/> */