From 9934a61d0424bd97207a1d74e7e29940d5696e52 Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 27 Nov 2006 22:19:18 +0000 Subject: [PATCH] Refined ElementProxy/ElementExtensible interfaces to match Java. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@140 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- saml/saml2/core/Assertions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saml/saml2/core/Assertions.h b/saml/saml2/core/Assertions.h index c8ec2eb..ba4b816 100644 --- a/saml/saml2/core/Assertions.h +++ b/saml/saml2/core/Assertions.h @@ -202,7 +202,7 @@ namespace opensaml { static const XMLCh TYPE_NAME[]; END_XMLOBJECT; - BEGIN_XMLOBJECT2(SAML_API,AuthnContextDecl,xmltooling::ElementProxy,xmltooling::AttributeExtensibleXMLObject,SAML 2.0 AuthnContextDecl element); + BEGIN_XMLOBJECT(SAML_API,AuthnContextDecl,xmltooling::ElementProxy,SAML 2.0 AuthnContextDecl element); END_XMLOBJECT; BEGIN_XMLOBJECT(SAML_API,AuthnContext,xmltooling::XMLObject,SAML 2.0 AuthnContext element); -- 2.1.4