Browse Source

[2850] Comment the newly introduced constants

Mukund Sivaraman 12 years ago
parent
commit
f41e4c3104
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/datasrc/memory/zone_table_segment_mapped.cc

+ 3 - 0
src/lib/datasrc/memory/zone_table_segment_mapped.cc

@@ -26,7 +26,10 @@ namespace memory {
 
 
 namespace { // unnamed namespace
 namespace { // unnamed namespace
 
 
+// The name with which the zone table checksum is associated in the segment.
 const char* const ZONE_TABLE_CHECKSUM_NAME = "zone_table_checksum";
 const char* const ZONE_TABLE_CHECKSUM_NAME = "zone_table_checksum";
+
+// The name with which the zone table header is associated in the segment.
 const char* const ZONE_TABLE_HEADER_NAME = "zone_table_header";
 const char* const ZONE_TABLE_HEADER_NAME = "zone_table_header";
 
 
 } // end of unnamed namespace
 } // end of unnamed namespace