BIND 10 trac2218_2, updated. d047c08a96270d4d757dc4c0bcd4dfece3bf586a [2218] Make DomainTreeNode::predecessor() and ::successor() public

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Sep 19 07:06:32 UTC 2012


The branch, trac2218_2 has been updated
       via  d047c08a96270d4d757dc4c0bcd4dfece3bf586a (commit)
      from  60c7cde711da05825672e5b8601ff596993a030b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d047c08a96270d4d757dc4c0bcd4dfece3bf586a
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Sep 19 12:36:08 2012 +0530

    [2218] Make DomainTreeNode::predecessor() and ::successor() public

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/memory/domaintree.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/domaintree.h b/src/lib/datasrc/memory/domaintree.h
index 945de44..339a905 100644
--- a/src/lib/datasrc/memory/domaintree.h
+++ b/src/lib/datasrc/memory/domaintree.h
@@ -394,7 +394,6 @@ public:
     /// This method never throws an exception.
     const DomainTreeNode<T>* getUpperNode() const;
 
-private:
     /// \brief return the next node which is bigger than current node
     /// in the same subtree
     ///
@@ -429,6 +428,7 @@ private:
     /// This method never throws an exception.
     const DomainTreeNode<T>* predecessor() const;
 
+private:
     /// \brief private shared implementation of successor and predecessor
     ///
     /// As the two mentioned functions are merely mirror images of each other,



More information about the bind10-changes mailing list