BIND 10 trac3052, updated. a33cd74d9c8c8b2d2789e98db9ad2c94ecafdafd [3052] Removed extraneous const function return type.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 26 20:14:27 UTC 2013


The branch, trac3052 has been updated
       via  a33cd74d9c8c8b2d2789e98db9ad2c94ecafdafd (commit)
      from  b16f3317c3fe5fab8334f8d87ab7aa905dddb0d0 (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 a33cd74d9c8c8b2d2789e98db9ad2c94ecafdafd
Author: Thomas Markwalder <tmark at isc.org>
Date:   Fri Jul 26 16:12:55 2013 -0400

    [3052] Removed extraneous const function return type.
    
    Debian complained about const Enum function declaration in
    D2QueueMgr.

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

Summary of changes:
 src/bin/d2/d2_queue_mgr.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/d2/d2_queue_mgr.h b/src/bin/d2/d2_queue_mgr.h
index ea8b336..d47fc77 100644
--- a/src/bin/d2/d2_queue_mgr.h
+++ b/src/bin/d2/d2_queue_mgr.h
@@ -248,7 +248,7 @@ public:
     void setMaxQueueSize(const size_t max_queue_size);
 
     /// @brief Returns the current state.
-    const State getMgrState() const {
+    State getMgrState() const {
         return (mgr_state_);
     }
 



More information about the bind10-changes mailing list