X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fresolver.git;a=blobdiff_plain;f=shibresolver%2Fresolver.h;h=e3a6c0c5e37f526d705a9fcc28ae9df2eb92b9e7;hp=610ea46ee98f0ac269f72b6d9a180069fb22bac1;hb=061538bcce7af3c3828929e2f36bc9720814c3db;hpb=c8a04029bd704fc787bf953a0c99fd1c0b371e7c diff --git a/shibresolver/resolver.h b/shibresolver/resolver.h index 610ea46..e3a6c0c 100644 --- a/shibresolver/resolver.h +++ b/shibresolver/resolver.h @@ -125,7 +125,7 @@ namespace shibresolver { * * @return array of resolved Attributes */ - std::vector& getResolvedAttributes() const; + std::vector& getResolvedAttributes(); /** * Returns mapped PropertySet and AccessControl objects, if any. @@ -149,7 +149,7 @@ namespace shibresolver { #else unsigned long features = shibsp::SPConfig::OutOfProcess, #endif - const char* config = nullptr, + const char* config = NULL, bool rethrow = false );