X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fimpl%2FXMLRequestMapper.cpp;h=c048e0c4f3f163adb1351686074ca0dfa982f02b;hb=2b8daf0f4fd3e5035ab3babdc76fe676e8823f93;hp=78e6edf382414978ff532e3d1c97969d5dbc5750;hpb=a5b1914f888d2ac8992cc4985d65e9d727aa8df4;p=shibboleth%2Fsp.git diff --git a/shibsp/impl/XMLRequestMapper.cpp b/shibsp/impl/XMLRequestMapper.cpp index 78e6edf..c048e0c 100644 --- a/shibsp/impl/XMLRequestMapper.cpp +++ b/shibsp/impl/XMLRequestMapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 Internet2 + * Copyright 2001-2009 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ /** XMLRequestMapper.cpp * - * XML-based RequestMapper implementation + * XML-based RequestMapper implementation. */ #include "internal.h" @@ -27,6 +27,7 @@ #include "util/DOMPropertySet.h" #include "util/SPConstants.h" +#include #include #include #include @@ -162,6 +163,14 @@ void SHIBSP_API shibsp::registerRequestMappers() conf.RequestMapperManager.registerFactory(NATIVE_REQUEST_MAPPER, XMLRequestMapperFactory); } +RequestMapper::RequestMapper() +{ +} + +RequestMapper::~RequestMapper() +{ +} + void Override::loadACL(const DOMElement* e, Category& log) { try {