From: Brent Putman Date: Wed, 28 Jun 2006 23:17:04 +0000 (+0000) Subject: Fix incorrect interface for SAML 2.0 core StatusDetail. X-Git-Tag: 2.0-alpha1~237 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=0f1fed305d030aaa1df79f13eba46462f81ab2f8;hp=d0f1f97ed815b2124bf668f78644d290075bac29;p=shibboleth%2Fcpp-opensaml.git Fix incorrect interface for SAML 2.0 core StatusDetail. --- diff --git a/saml/saml2/core/Protocols.h b/saml/saml2/core/Protocols.h index 58f9bd9..029bb8a 100644 --- a/saml/saml2/core/Protocols.h +++ b/saml/saml2/core/Protocols.h @@ -69,7 +69,8 @@ namespace opensaml { static const XMLCh TYPE_NAME[]; END_XMLOBJECT; - BEGIN_XMLOBJECT(SAML_API,StatusDetail,xmltooling::ElementProxy,SAML 2.0 StatusDetail element); + BEGIN_XMLOBJECT(SAML_API,StatusDetail,xmltooling::XMLObject,SAML 2.0 StatusDetail element); + DECL_XMLOBJECT_CHILDREN(Detail); /** StatusDetailType local name */ static const XMLCh TYPE_NAME[]; END_XMLOBJECT;