Browse Source

[2096] Document naming intention

Michal 'vorner' Vaner 12 years ago
parent
commit
aa14f63084
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/datasrc/memory/rdata_serialization_priv.cc

+ 2 - 1
src/lib/datasrc/memory/rdata_serialization_priv.cc

@@ -14,7 +14,8 @@
 
 
 // This file is directly included from the rdata_serialization.cc. It would
 // This file is directly included from the rdata_serialization.cc. It would
 // be part of the file if we didn't need to steal some definitions from here
 // be part of the file if we didn't need to steal some definitions from here
-// for the tests (which include it too).
+// for the tests (which include it too). To make the intent clear, it is
+// named .cc, not .h.
 
 
 struct RdataFieldSpec {
 struct RdataFieldSpec {
     enum FieldType {
     enum FieldType {