]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2206] Add comment about moving methods to the header later
authorMukund Sivaraman <muks@isc.org>
Wed, 3 Oct 2012 05:45:52 +0000 (11:15 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 3 Oct 2012 05:45:52 +0000 (11:15 +0530)
src/lib/datasrc/memory/zone_table_segment_local.cc

index 279d8992bb9e14c119cd6414729ae8fb40a31bf0..589c9afb3008c97c151514256010bfe06b5dd298 100644 (file)
@@ -20,6 +20,9 @@ namespace isc {
 namespace datasrc {
 namespace memory {
 
+// After more methods' definitions are added here, it would be a good
+// idea to move getHeader() and getMemorySegment() definitions to the
+// header file.
 ZoneTableHeader&
 ZoneTableSegmentLocal::getHeader() {
      return (header_);