BIND 10 trac1704_2, updated. f71a0c646d703351f989c2705e237fa77705c504 [1704] constify

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 1 23:33:45 UTC 2012


The branch, trac1704_2 has been updated
       via  f71a0c646d703351f989c2705e237fa77705c504 (commit)
      from  7987b09972865cf558dbff4489a198162ec8e3c3 (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 f71a0c646d703351f989c2705e237fa77705c504
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Jun 1 16:33:31 2012 -0700

    [1704] constify

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/util/interprocess_sync.h b/src/lib/util/interprocess_sync.h
index bcf46c0..e4fa7af 100644
--- a/src/lib/util/interprocess_sync.h
+++ b/src/lib/util/interprocess_sync.h
@@ -128,7 +128,7 @@ public:
     ///
     /// \return Returns true if a lock is currently acquired, false
     ///         otherwise.
-    bool isLocked() {
+    bool isLocked() const {
         return (sync_.is_locked_);
     }
 



More information about the bind10-changes mailing list