]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2268] Update comment about unnamed namespace
authorMukund Sivaraman <muks@isc.org>
Thu, 4 Oct 2012 18:22:29 +0000 (23:52 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 4 Oct 2012 18:22:29 +0000 (23:52 +0530)
src/lib/datasrc/memory/zone_data_updater.cc

index b8c18dcae7e1724749c6b84c3b891982619e56b0..1d02432ae6ff5acb7307119d8648562af35012fb 100644 (file)
@@ -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) {