BIND 10 trac2376, updated. 26226ba0e310815745fa544983785d4d7cdddf47 [2376] constify

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 9 18:46:10 UTC 2012


The branch, trac2376 has been updated
       via  26226ba0e310815745fa544983785d4d7cdddf47 (commit)
      from  5404b598185fb2efb174b0c0e98719c6ada71ea4 (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 26226ba0e310815745fa544983785d4d7cdddf47
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 9 10:45:59 2012 -0800

    [2376] constify

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

Summary of changes:
 src/lib/datasrc/loader_context.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/loader_context.h b/src/lib/datasrc/loader_context.h
index 1f58f3f..760b415 100644
--- a/src/lib/datasrc/loader_context.h
+++ b/src/lib/datasrc/loader_context.h
@@ -99,8 +99,8 @@ private:
     isc::dns::LoaderCallbacks callbacks_;
 
     // Identification of the zone, used in logging.
-    isc::dns::Name name_;
-    isc::dns::RRClass rrclass_;
+    const isc::dns::Name name_;
+    const isc::dns::RRClass rrclass_;
 
     /// \brief The updater to be used.
     ZoneUpdater& updater_;



More information about the bind10-changes mailing list