X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml1%2Fprofile%2FBrowserSSOProfileValidator.h;h=7f1fb63932eac3c363c0912653e44c75880b8d61;hb=e9554c255ad3c91c7c4976e7a1a54905903e66a2;hp=da275a8eb7baa269d6a99c92f96ae3f1ff9cf3b6;hpb=d8a4f024b89272eae00618fc39e6127b6c191edd;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml1/profile/BrowserSSOProfileValidator.h b/saml/saml1/profile/BrowserSSOProfileValidator.h index da275a8..7f1fb63 100644 --- a/saml/saml1/profile/BrowserSSOProfileValidator.h +++ b/saml/saml1/profile/BrowserSSOProfileValidator.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. @@ -46,7 +46,7 @@ namespace opensaml { * @param audiences additional audience values * @param ts timestamp to evaluate assertion conditions, or 0 to bypass check */ - BrowserSSOProfileValidator(const XMLCh* recipient, const std::vector* audiences=NULL, time_t ts=0); + BrowserSSOProfileValidator(const XMLCh* recipient, const std::vector* audiences=nullptr, time_t ts=0); virtual ~BrowserSSOProfileValidator();