changeset 17:2035bdfd2ca8

Modification of the documentation on http/IHeader.hpp
author Zoltan K
date Sun, 21 Mar 2010 00:06:12 +0100
parents 8cafa15f8aca
children 8ca7eb7a60fb 0a0275d9c731
files src/include/http/IHeader.hpp
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/include/http/IHeader.hpp	Sun Mar 21 00:03:33 2010 +0100
+++ b/src/include/http/IHeader.hpp	Sun Mar 21 00:06:12 2010 +0100
@@ -37,11 +37,9 @@
 
 
     /**
-     * @brief Get a reference on the value associated with a key
+     * @brief Set a value to a given key
      * @param [in] k the key
-     * @return the reference value associated with the key
-     * if there is no value for the given key, a reference on empty string
-     * is returned.
+     * @param [in] value the value
      */
 
     virtual void             setValue(const Key & k, const Value & value) = 0;