X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FSAML2ArtifactResolution.cpp;h=6b9839239903bf72ecb185bb020ba39e4ee71f16;hb=a5b1914f888d2ac8992cc4985d65e9d727aa8df4;hp=ef85778f409ecd4abe51c8b44b9e6cacbc560dcd;hpb=8cfb88bff921f1830d05045bf266b88f8d49abd7;p=shibboleth%2Fsp.git diff --git a/shibsp/handler/impl/SAML2ArtifactResolution.cpp b/shibsp/handler/impl/SAML2ArtifactResolution.cpp index ef85778..6b98392 100644 --- a/shibsp/handler/impl/SAML2ArtifactResolution.cpp +++ b/shibsp/handler/impl/SAML2ArtifactResolution.cpp @@ -90,7 +90,7 @@ namespace shibsp { MessageEncoder* m_encoder; MessageDecoder* m_decoder; - QName m_role; + xmltooling::QName m_role; #endif }; @@ -121,7 +121,7 @@ SAML2ArtifactResolution::SAML2ArtifactResolution(const DOMElement* e, const char getString("Binding").second,pair(e,NULL) ); } - catch (exception& ex) { + catch (exception&) { m_log.error("error building MessageEncoder/Decoder pair for binding (%s)", getString("Binding").second); delete m_encoder; delete m_decoder;