X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltooling%2Futil%2FTemplateEngine.h;h=157c912f6d1bb420d4b529fe5a5275abd2a3f2c4;hp=71606be6ccfde9a2ddc80ad5b36186569c1eb83d;hb=a0d768778a8f5f539b909baf5b115e70ea765f0f;hpb=0c06299b0c4067705527f4d90eee69ee9b563c90 diff --git a/xmltooling/util/TemplateEngine.h b/xmltooling/util/TemplateEngine.h index 71606be..157c912 100644 --- a/xmltooling/util/TemplateEngine.h +++ b/xmltooling/util/TemplateEngine.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. @@ -91,7 +91,7 @@ namespace xmltooling { * Returns the value of a parameter to plug into the template. * * @param name name of parameter - * @return value of parameter, or NULL + * @return value of parameter, or nullptr */ virtual const char* getParameter(const char* name) const; @@ -99,7 +99,7 @@ namespace xmltooling { * Returns a named collection of sub-parameters to pass into a loop. * * @param name name of sub-collection - * @return pointer to a multimap of sub-parameters, or NULL + * @return pointer to a multimap of sub-parameters, or nullptr */ virtual const std::multimap* getLoopCollection(const char* name) const; }; @@ -117,7 +117,7 @@ namespace xmltooling { std::istream& is, std::ostream& os, const TemplateParameters& parameters, - const XMLToolingException* e=NULL + const XMLToolingException* e=nullptr ) const; /**