X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fhandler%2Fimpl%2FAssertionConsumerService.cpp;h=66e40fc637ca4ed2b4f1a675a78cafc64dde130f;hb=0254f6eee401088e44f92345be93ca14bad6c549;hp=52f747b524bca034dd26df3229c6b4c23a264402;hpb=0d4392d75e19604cb509dc3dce529f2d8feea873;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/handler/impl/AssertionConsumerService.cpp b/shibsp/handler/impl/AssertionConsumerService.cpp index 52f747b..66e40fc 100644 --- a/shibsp/handler/impl/AssertionConsumerService.cpp +++ b/shibsp/handler/impl/AssertionConsumerService.cpp @@ -56,8 +56,9 @@ using namespace opensaml; using namespace xmltooling; using namespace std; -AssertionConsumerService::AssertionConsumerService(const DOMElement* e, const char* appId, Category& log) - : AbstractHandler(e, log) +AssertionConsumerService::AssertionConsumerService( + const DOMElement* e, const char* appId, Category& log, DOMNodeFilter* filter, const map* remapper + ) : AbstractHandler(e, log, filter, remapper) #ifndef SHIBSP_LITE ,m_decoder(NULL), m_role(samlconstants::SAML20MD_NS, opensaml::saml2md::IDPSSODescriptor::LOCAL_NAME) #endif