BIND 10 master, updated. 971ac6698f44e468f072fab7baaea5eb6f6b77a3 [master] qualify a namespace within InMemoryZoneFinder more strictly.

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 1 03:33:57 UTC 2013


The branch, master has been updated
       via  971ac6698f44e468f072fab7baaea5eb6f6b77a3 (commit)
      from  7d086e721bf8e5b081aeed8a95d9cf517f3cf7d8 (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 971ac6698f44e468f072fab7baaea5eb6f6b77a3
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Feb 1 03:31:43 2013 +0000

    [master] qualify a namespace within InMemoryZoneFinder more strictly.
    
    without this SunStudio will be confused about the namespace for the
    declaration of internal Context below and refuse to compile.
    
    confirmed it works, okayed on jabber.

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_finder.h b/src/lib/datasrc/memory/zone_finder.h
index cd2bd58..f4f411a 100644
--- a/src/lib/datasrc/memory/zone_finder.h
+++ b/src/lib/datasrc/memory/zone_finder.h
@@ -66,7 +66,7 @@ public:
     /// This specialized version exploits internal data structure to find
     /// RRsets at the zone origin and (if \c use_minttl is true) extract
     /// the SOA Minimum TTL much more efficiently.
-    virtual boost::shared_ptr<Context> findAtOrigin(
+    virtual boost::shared_ptr<ZoneFinder::Context> findAtOrigin(
         const isc::dns::RRType& type, bool use_minttl,
         FindOptions options);
 



More information about the bind10-changes mailing list