BIND 10 trac2907, updated. 5ed66be3e60157ada3a26fc2e53cac3790661c7d [2907] Make the reference const

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 30 07:22:35 UTC 2013


The branch, trac2907 has been updated
       via  5ed66be3e60157ada3a26fc2e53cac3790661c7d (commit)
      from  16f7fffa1820f7e65d28e807a81d89dd59390037 (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 5ed66be3e60157ada3a26fc2e53cac3790661c7d
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date:   Thu May 30 09:21:33 2013 +0200

    [2907] Make the reference const

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

Summary of changes:
 src/lib/datasrc/tests/client_list_unittest.cc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/client_list_unittest.cc b/src/lib/datasrc/tests/client_list_unittest.cc
index 4ca4c9b..9e51333 100644
--- a/src/lib/datasrc/tests/client_list_unittest.cc
+++ b/src/lib/datasrc/tests/client_list_unittest.cc
@@ -254,7 +254,7 @@ public:
     }
     ConfigurableClientList::CacheStatus doReload(
         const Name& origin, const string& datasrc_name = "");
-    void accessorIterate(ConstZoneTableAccessorPtr& accessor,
+    void accessorIterate(const ConstZoneTableAccessorPtr& accessor,
         int numZones, const string& zoneName);
 
     const RRClass rrclass_;
@@ -1134,7 +1134,7 @@ TEST_F(ListTest, reloadByDataSourceName) {
 // through the table, and verifies that the expected number of zones are
 // present, as well as the named zone.
 void
-ListTest::accessorIterate(ConstZoneTableAccessorPtr& accessor,
+ListTest::accessorIterate(const ConstZoneTableAccessorPtr& accessor,
                           int numZones, const string& zoneName="")
 {
     // Confirm basic iterator behavior.



More information about the bind10-changes mailing list