From: Scott Cantor Date: Thu, 13 Sep 2007 22:40:13 +0000 (+0000) Subject: Reorder and refine some error handling. X-Git-Tag: 2.0-beta1~11 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=be4e4171e99e3563ce53ec70f126fe794f646df8;p=shibboleth%2Fcpp-sp.git Reorder and refine some error handling. --- diff --git a/shibsp/handler/impl/SAML1Consumer.cpp b/shibsp/handler/impl/SAML1Consumer.cpp index 05652ca..1e06560 100644 --- a/shibsp/handler/impl/SAML1Consumer.cpp +++ b/shibsp/handler/impl/SAML1Consumer.cpp @@ -39,6 +39,7 @@ using namespace opensaml; using saml2::NameID; using saml2::NameIDBuilder; using saml2md::EntityDescriptor; +using saml2md::MetadataException; #else # include "lite/SAMLConstants.h" #endif