diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2013-03-15 09:48:08 +0100 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2013-03-15 09:48:08 +0100 |
commit | 739735c08bb30957be78506bc4cf0d6c5f01745d (patch) | |
tree | bae9d1bca37292c17150b2b1f60fafd011268405 /src/lib/cc/data.h | |
parent | [2835] Test the names in C++ too (diff) | |
download | kea-739735c08bb30957be78506bc4cf0d6c5f01745d.tar.xz kea-739735c08bb30957be78506bc4cf0d6c5f01745d.zip |
[1835] (unrelated) docs: Clarify what happens if key missing
Diffstat (limited to 'src/lib/cc/data.h')
-rw-r--r-- | src/lib/cc/data.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |