BIND 10 trac2209, updated. dcf59e93fadc2df047e4cb9dba138ffc0f619d3e [2209] Hide private type shortcut

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Oct 26 14:04:50 UTC 2012


The branch, trac2209 has been updated
       via  dcf59e93fadc2df047e4cb9dba138ffc0f619d3e (commit)
      from  414a83fefbb7374f31f362e80efef262722660eb (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 dcf59e93fadc2df047e4cb9dba138ffc0f619d3e
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Oct 26 16:01:10 2012 +0200

    [2209] Hide private type shortcut

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/client_list.h b/src/lib/datasrc/client_list.h
index a6a42b2..461b86c 100644
--- a/src/lib/datasrc/client_list.h
+++ b/src/lib/datasrc/client_list.h
@@ -291,8 +291,10 @@ public:
     ///      the original data source no longer contains the cached zone.
     ReloadResult reload(const dns::Name& zone);
 
+private:
     /// \brief Convenience type shortcut
     typedef boost::shared_ptr<memory::ZoneWriter> ZoneWriterPtr;
+public:
 
     /// \brief Return value of getCachedZoneWriter()
     ///



More information about the bind10-changes mailing list