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/saml_assertion.h | |
| parent | 693ad7ea6160ca9a06398143a65069d11cfd5ada (diff) | |
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/saml_assertion.h')
| -rw-r--r-- | lasso/xml/saml_assertion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/xml/saml_assertion.h b/lasso/xml/saml_assertion.h index 1a556af7..84cbbb64 100644 --- a/lasso/xml/saml_assertion.h +++ b/lasso/xml/saml_assertion.h @@ -56,6 +56,7 @@ typedef struct _LassoSamlAssertionClass LassoSamlAssertionClass; struct _LassoSamlAssertion { LassoNode parent; + /*< public >*/ /* <element ref="saml:Conditions" minOccurs="0"/> */ LassoSamlConditions *Conditions; /* <element ref="saml:Advice" minOccurs="0"/> */ |
