diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 13:10:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 13:10:31 +0000 |
| commit | bccdbae1277e673173bed2cdcf8f914e08c9adab (patch) | |
| tree | 0663b4320de13f4d5ee2918deb4cbb9c26414c33 /lasso/xml/lib_request_authn_context.h | |
| parent | 693ad7ea6160ca9a06398143a65069d11cfd5ada (diff) | |
| download | lasso-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/lib_request_authn_context.h')
| -rw-r--r-- | lasso/xml/lib_request_authn_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/lib_request_authn_context.h b/lasso/xml/lib_request_authn_context.h index 76aaac1e..40826320 100644 --- a/lasso/xml/lib_request_authn_context.h +++ b/lasso/xml/lib_request_authn_context.h @@ -52,6 +52,8 @@ typedef struct _LassoLibRequestAuthnContextClass LassoLibRequestAuthnContextClas struct _LassoLibRequestAuthnContext { LassoNode parent; + + /*< public >*/ /* <xs:element name="AuthnContextClassRef" type="xs:anyURI" maxOccurs="unbounded"/> */ char *AuthnContextClassRef; /* XXX: should actually be a list */ /* <xs:element name="AuthnContextStatementRef" type="xs:anyURI" maxOccurs="unbounded"/> */ |
