changeset 51:22e5b6fb552f

Fix typo
author daedric <d43dr1c@gmail.com>
date Thu, 25 Mar 2010 13:44:44 +0100
parents 307d75820a2d
children a93d94340fc7
files include/handler/IHeaderHandler.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/handler/IHeaderHandler.hpp	Tue Mar 23 10:56:40 2010 +0100
+++ b/include/handler/IHeaderHandler.hpp	Thu Mar 25 13:44:44 2010 +0100
@@ -31,7 +31,7 @@
                  * @see ITransaction
                  * @see ECode
                  */
-                virtual zia::api::handler::Ecode    operator()(zia::api::http::ITransaction & transac) = 0;
+                virtual ECode    operator()(zia::api::http::ITransaction & transac) = 0;
             };
         };
     };