]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2433] added a comment about a method made public to explain why
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 4 Jan 2013 15:45:54 +0000 (07:45 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 4 Jan 2013 15:45:54 +0000 (07:45 -0800)
src/lib/dns/tests/zone_checker_unittest.cc

index 9a10f34ca45629acaa618d73a99655bba2f70444..dbe204d026f58a8db7e0b981eb3aca8c6340e6a4 100644 (file)
@@ -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);