From: JINMEI Tatuya Date: Fri, 4 Jan 2013 15:45:54 +0000 (-0800) Subject: [2433] added a comment about a method made public to explain why X-Git-Tag: bind10-1.0.0-rc-release~95^2~22^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a69fd77a14825ca0deb1cba52690bf0ea33195;p=thirdparty%2Fkea.git [2433] added a comment about a method made public to explain why --- diff --git a/src/lib/dns/tests/zone_checker_unittest.cc b/src/lib/dns/tests/zone_checker_unittest.cc index 9a10f34ca4..dbe204d026 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);