Browse Source

[2218] (trivial) documentation for DomainTreeNodeChain copy ctor.

JINMEI Tatuya 12 years ago
parent
commit
f9a376ab22
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/lib/datasrc/memory/domaintree.h

+ 3 - 0
src/lib/datasrc/memory/domaintree.h

@@ -697,6 +697,9 @@ public:
                                          isc::dns::NameComparisonResult::EQUAL)
     {}
 
+    /// \brief Copy constructor.
+    ///
+    /// \exception None
     DomainTreeNodeChain(const DomainTreeNodeChain<T>& other) :
         level_count_(other.level_count_),
 	last_compared_(other.last_compared_),