changeset 36:e141b74019e1

Update documentation
author daedric <d43dr1c@gmail.com>
date Sun, 21 Mar 2010 17:35:56 +0100
parents 6eebbf7cca2a
children a396ce2684cd
files src/include/handler/INetworkHandler.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/include/handler/INetworkHandler.hpp	Sun Mar 21 17:19:39 2010 +0100
+++ b/src/include/handler/INetworkHandler.hpp	Sun Mar 21 17:35:56 2010 +0100
@@ -16,7 +16,7 @@
 {
 /**
  ** @brief This class represents an handler which redefines some basic functions
- ** like @b @c accept(2), @b @c write(2), @b @c read(2).
+ ** like @b @c accept(2), @b @c write(2), @b @c read(2), @b @c close(2).
  **
  ** It allows protocol implementation like ssl.
  */