X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml2%2Fmetadata%2Fimpl%2FWhitelistMetadataFilter.cpp;h=f27a5501dfe085e4204a7ed7289f2ed9faf73af4;hb=daea239bdf6d776724c26803bea4ccc5028896e4;hp=47b39b2e9e519ffab3a5ffd3350d2e0ac398861d;hpb=12d8e6ed0125ea986a8eb78ea177b6d6f0251fd6;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml2/metadata/impl/WhitelistMetadataFilter.cpp b/saml/saml2/metadata/impl/WhitelistMetadataFilter.cpp index 47b39b2..f27a550 100644 --- a/saml/saml2/metadata/impl/WhitelistMetadataFilter.cpp +++ b/saml/saml2/metadata/impl/WhitelistMetadataFilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,14 +21,15 @@ */ #include "internal.h" +#include "saml2/metadata/Metadata.h" #include "saml2/metadata/MetadataFilter.h" -#include +#include #include using namespace opensaml::saml2md; +using namespace xmltooling::logging; using namespace xmltooling; -using namespace log4cpp; using namespace std; namespace opensaml { @@ -117,7 +118,7 @@ void WhitelistMetadataFilter::doFilter(XMLObject& xmlObject) const void WhitelistMetadataFilter::doFilter(EntitiesDescriptor& entities) const { - Category& log=Category::getInstance(SAML_LOGCAT".Metadata"); + Category& log=Category::getInstance(SAML_LOGCAT".MetadataFilter.Whitelist"); VectorOf(EntityDescriptor) v=entities.getEntityDescriptors(); for (VectorOf(EntityDescriptor)::size_type i=0; i