BIND 10 trac2318, updated. cb8128c933f47c23596bce0dd4eaaf77c6af2b6e [2318] Minor: options accessor in Subnet made const.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 31 08:37:46 UTC 2012


The branch, trac2318 has been updated
       via  cb8128c933f47c23596bce0dd4eaaf77c6af2b6e (commit)
      from  c8d6f38ab7cea07e3bc75a5b4cec8207c2db61fd (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 cb8128c933f47c23596bce0dd4eaaf77c6af2b6e
Author: Marcin Siodelski <marcin at isc.org>
Date:   Wed Oct 31 09:37:36 2012 +0100

    [2318] Minor: options accessor in Subnet made const.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/subnet.h b/src/lib/dhcp/subnet.h
index 514f422..9e80a0d 100644
--- a/src/lib/dhcp/subnet.h
+++ b/src/lib/dhcp/subnet.h
@@ -229,7 +229,7 @@ public:
     /// @return reference to collection of options configured for a subnet.
     /// The returned reference is valid as long as the Subnet object which
     /// returned it still exists.
-    const OptionContainer& getOptions() {
+    const OptionContainer& getOptions() const {
         return (options_);
     }
 



More information about the bind10-changes mailing list