X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fattribute%2Fresolver%2FAttributeResolver.h;h=9f3f7730c1446dc5541a54d334241609a6274acf;hb=ef6a3893b59431063dd7c619129b2854218fe173;hp=bcf0232375d438dae611ae636569f5a519791eed;hpb=e8d53ac65da2624233ffd39c5a2a7dacc02a4b27;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/attribute/resolver/AttributeResolver.h b/shibsp/attribute/resolver/AttributeResolver.h index bcf0232..9f3f773 100644 --- a/shibsp/attribute/resolver/AttributeResolver.h +++ b/shibsp/attribute/resolver/AttributeResolver.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2009 Internet2 + * Copyright 2001-2010 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,8 @@ /** * @file shibsp/attribute/resolver/AttributeResolver.h * - * A service that transforms or resolves additional attributes for a particular subject. + * A service that transforms or resolves additional attributes for a + * particular subject. */ #ifndef __shibsp_resolver_h__ @@ -82,11 +83,11 @@ namespace shibsp { const Application& application, const opensaml::saml2md::EntityDescriptor* issuer, const XMLCh* protocol, - const opensaml::saml2::NameID* nameid=NULL, - const XMLCh* authncontext_class=NULL, - const XMLCh* authncontext_decl=NULL, - const std::vector* tokens=NULL, - const std::vector* attributes=NULL + const opensaml::saml2::NameID* nameid=nullptr, + const XMLCh* authncontext_class=nullptr, + const XMLCh* authncontext_decl=nullptr, + const std::vector* tokens=nullptr, + const std::vector* attributes=nullptr ) const=0; /**