From: Michal 'vorner' Vaner Date: Fri, 15 Mar 2013 08:48:08 +0000 (+0100) Subject: [1835] (unrelated) docs: Clarify what happens if key missing X-Git-Tag: bind10-1.1.0beta1-release~23^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739735c08bb30957be78506bc4cf0d6c5f01745d;p=thirdparty%2Fkea.git [1835] (unrelated) docs: Clarify what happens if key missing --- diff --git a/src/lib/cc/data.h b/src/lib/cc/data.h index 74e5c123be..d0e0d03601 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