From: Mukund Sivaraman Date: Thu, 4 Oct 2012 18:22:29 +0000 (+0530) Subject: [2268] Update comment about unnamed namespace X-Git-Tag: trac2402_base~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97fb03f6b015205da25e9c5be3cd90d4f9948d04;p=thirdparty%2Fkea.git [2268] Update comment about unnamed namespace --- diff --git a/src/lib/datasrc/memory/zone_data_updater.cc b/src/lib/datasrc/memory/zone_data_updater.cc index b8c18dcae7..1d02432ae6 100644 --- a/src/lib/datasrc/memory/zone_data_updater.cc +++ b/src/lib/datasrc/memory/zone_data_updater.cc @@ -26,7 +26,7 @@ namespace isc { namespace datasrc { namespace memory { -namespace { // anonymous namespace +namespace { // unnamed namespace // Returns a value-less than, or greater-than zero if 'a' is less-than // or greater-than 'b'. If they are equal, it returns 0. The comparison @@ -71,7 +71,7 @@ compareTypes(const RdataSet* a, const RdataSet* b) { return (-1); } -} // end of anonymous namespace +} // end of unnamed namespace void ZoneDataUpdater::addWildcards(const Name& name) {