changeset 59:0a00466f4e6e

Fix inconsistent handler, thanks to duc_l
author daedric <d43dr1c@gmail.com>
date Tue, 30 Mar 2010 12:16:37 +0200
parents daa129f931e9
children d7dac2995a83
files include/handler/INetworkHandler.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/handler/INetworkHandler.hpp	Tue Mar 30 12:08:33 2010 +0200
+++ b/include/handler/INetworkHandler.hpp	Tue Mar 30 12:16:37 2010 +0200
@@ -18,7 +18,7 @@
              *
              * It allows protocol implementation like ssl.
              */
-            class   INetworkHandler
+            class   INetworkHandler : public IHandler
             {
             public:
                 /**