BIND 10 #2098: Define and Implement `TreeNodeRRset` class

BIND 10 Development do-not-reply at isc.org
Mon Sep 3 11:43:17 UTC 2012


#2098: Define and Implement `TreeNodeRRset` class
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  jinmei
  jinmei                             |                Status:  reviewing
                       Type:  task   |             Milestone:
                   Priority:         |  Sprint-20120904
  medium                             |            Resolution:
                  Component:  data   |             Sensitive:  0
  source                             |           Sub-Project:  DNS
                   Keywords:         |  Estimated Difficulty:  6
            Defect Severity:  N/A    |           Total Hours:  2.85
Feature Depending on Ticket:         |
  scalable inmemory                  |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
Changes (by vorner):

 * owner:  vorner => jinmei
 * totalhours:  0 => 2.85


Comment:

 Hello

 I noticed one more thing. The class contains several pointers that are
 taken
 care of manually. Bad things could happen if the class is copied. I don't
 think
 we want to ever copy it, so defining our own copy operator and constructor
 is
 probably an overkill. So, should it be derived from boost::non_copyable,
 just
 to make sure?

 Otherwise it seems OK to merge.

 Thank you

-- 
Ticket URL: <http://bind10.isc.org/ticket/2098#comment:17>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list