Fix incorrect interface for SAML 2.0 core StatusDetail.
authorBrent Putman <putmanb@georgetown.edu>
Wed, 28 Jun 2006 23:17:04 +0000 (23:17 +0000)
committerBrent Putman <putmanb@georgetown.edu>
Wed, 28 Jun 2006 23:17:04 +0000 (23:17 +0000)
saml/saml2/core/Protocols.h

index 58f9bd9..029bb8a 100644 (file)
@@ -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;