BIND 10 trac2433, updated. 15a69fd77a14825ca0deb1cba52690bf0ea33195 [2433] added a comment about a method made public to explain why

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jan 4 15:46:18 UTC 2013


The branch, trac2433 has been updated
       via  15a69fd77a14825ca0deb1cba52690bf0ea33195 (commit)
      from  46efce68984c6ab8c5d02618e2b9ca21bf46de06 (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 15a69fd77a14825ca0deb1cba52690bf0ea33195
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Jan 4 07:45:54 2013 -0800

    [2433] added a comment about a method made public to explain why

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

Summary of changes:
 src/lib/dns/tests/zone_checker_unittest.cc |    2 ++
 1 file changed, 2 insertions(+)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/zone_checker_unittest.cc b/src/lib/dns/tests/zone_checker_unittest.cc
index 9a10f34..dbe204d 100644
--- a/src/lib/dns/tests/zone_checker_unittest.cc
+++ b/src/lib/dns/tests/zone_checker_unittest.cc
@@ -64,6 +64,8 @@ protected:
     }
 
 public:
+    // This one is passed to boost::bind.  Some compilers seem to require
+    // it be public.
     void callback(const std::string& reason, bool is_error) {
         if (is_error) {
             errors_.push_back(reason);



More information about the bind10-changes mailing list