From fb20392155a223d3a66cce059d852cf79efdbdcc Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 6 Sep 2010 17:52:53 +0000 Subject: [PATCH] Convert some NULL macros. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@787 de75baf8-a10c-0410-a50a-987c0e22f00f --- xmltooling/security/impl/InlineKeyResolver.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmltooling/security/impl/InlineKeyResolver.cpp b/xmltooling/security/impl/InlineKeyResolver.cpp index 08eef79..7dc1126 100644 --- a/xmltooling/security/impl/InlineKeyResolver.cpp +++ b/xmltooling/security/impl/InlineKeyResolver.cpp @@ -323,8 +323,8 @@ bool InlineCredential::resolveKey(const KeyInfo* keyInfo, bool followRefs) if (followRefs) { // Check for KeyInfoReference. - const XMLCh* fragID=NULL; - const XMLObject* treeRoot=NULL; + const XMLCh* fragID=nullptr; + const XMLObject* treeRoot=nullptr; const vector& refs = keyInfo->getKeyInfoReferences(); for (vector::const_iterator ref = refs.begin(); ref != refs.end(); ++ref) { fragID = (*ref)->getURI(); -- 2.1.4