Added missing EntityDescriptor children decls.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 11 Dec 2006 16:45:05 +0000 (16:45 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Mon, 11 Dec 2006 16:45:05 +0000 (16:45 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/trunk@145 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

saml/saml2/metadata/Metadata.h

index 7f5f97f..c60c41e 100644 (file)
@@ -349,6 +349,9 @@ namespace opensaml {
             DECL_TYPED_CHILDREN(AuthnQueryDescriptorType);
             DECL_TYPED_CHILDREN(AttributeQueryDescriptorType);
             DECL_TYPED_CHILDREN(AuthzDecisionQueryDescriptorType);
+            DECL_TYPED_CHILD(Organization);
+            DECL_TYPED_CHILDREN(ContactPerson);
+            DECL_TYPED_CHILDREN(AdditionalMetadataLocation);
             /** Finds an IDP role supporting a given protocol. */
             virtual const IDPSSODescriptor* getIDPSSODescriptor(const XMLCh* protocol) const=0;
             /** Finds an SP role supporting a given protocol. */