BIND 10 trac2835, updated. 739735c08bb30957be78506bc4cf0d6c5f01745d [1835] (unrelated) docs: Clarify what happens if key missing

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 15 08:50:11 UTC 2013


The branch, trac2835 has been updated
       via  739735c08bb30957be78506bc4cf0d6c5f01745d (commit)
      from  01e052f372b1878b9bc40bfcea80d37e408a58ca (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 739735c08bb30957be78506bc4cf0d6c5f01745d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Mar 15 09:48:08 2013 +0100

    [1835] (unrelated) docs: Clarify what happens if key missing

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/cc/data.h b/src/lib/cc/data.h
index 74e5c12..d0e0d03 100644
--- a/src/lib/cc/data.h
+++ b/src/lib/cc/data.h
@@ -216,7 +216,7 @@ public:
     //@{
     /// Returns the ElementPtr at the given key
     /// \param name The key of the Element to return
-    /// \return The ElementPtr at the given key
+    /// \return The ElementPtr at the given key, or null if not present
     virtual ConstElementPtr get(const std::string& name) const;
 
     /// Sets the ElementPtr at the given key



More information about the bind10-changes mailing list