From: cantor Date: Tue, 2 Oct 2007 01:08:18 +0000 (+0000) Subject: Add marker interface to NewID for use in NewEncryptedID. X-Git-Tag: 2.4.1~305 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fopensaml2.git;a=commitdiff_plain;h=2fddda8b95d1af9d752b634cc607a75de37d003d Add marker interface to NewID for use in NewEncryptedID. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@315 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- diff --git a/saml/saml2/core/Protocols.h b/saml/saml2/core/Protocols.h index 3b5e68a..6c0e510 100644 --- a/saml/saml2/core/Protocols.h +++ b/saml/saml2/core/Protocols.h @@ -38,7 +38,6 @@ namespace opensaml { DECL_XMLOBJECT_SIMPLE(SAML_API,Artifact,Artifact,SAML 2.0 Artifact element); DECL_XMLOBJECT_SIMPLE(SAML_API,GetComplete,GetComplete,SAML 2.0 GetComplete element); - DECL_XMLOBJECT_SIMPLE(SAML_API,NewID,NewID,SAML 2.0 NewID element); DECL_XMLOBJECT_SIMPLE(SAML_API,RequesterID,RequesterID,SAML 2.0 RequesterID element); DECL_XMLOBJECT_SIMPLE(SAML_API,SessionIndex,SessionIndex,SAML 2.0 SessionIndex element); DECL_XMLOBJECT_SIMPLE(SAML_API,StatusMessage,Message,SAML 2.0 StatusMessage element); @@ -284,6 +283,10 @@ namespace opensaml { static const XMLCh TYPE_NAME[]; END_XMLOBJECT; + BEGIN_XMLOBJECT(SAML_API,NewID,saml2::EncryptableObject,SAML 2.0 NewID element); + DECL_SIMPLE_CONTENT(NewID); + END_XMLOBJECT; + BEGIN_XMLOBJECT(SAML_API,NewEncryptedID,saml2::EncryptedElementType,SAML 2.0 NewEncryptedID element); END_XMLOBJECT;