Browse Source

[2268] Update comment about unnamed namespace

Mukund Sivaraman 12 years ago
parent
commit
97fb03f6b0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/datasrc/memory/zone_data_updater.cc

+ 2 - 2
src/lib/datasrc/memory/zone_data_updater.cc

@@ -26,7 +26,7 @@ namespace isc {
 namespace datasrc {
 namespace datasrc {
 namespace memory {
 namespace memory {
 
 
-namespace { // anonymous namespace
+namespace { // unnamed namespace
 
 
 // Returns a value-less than, or greater-than zero if 'a' is less-than
 // 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
 // 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);
     return (-1);
 }
 }
 
 
-} // end of anonymous namespace
+} // end of unnamed namespace
 
 
 void
 void
 ZoneDataUpdater::addWildcards(const Name& name) {
 ZoneDataUpdater::addWildcards(const Name& name) {