changeset 81:f8715c806d1c

[rot13] Fixed comments about cast in the rot13 example
author Zoltan K.
date Sun, 04 Apr 2010 19:31:02 +0200
parents cf3564c78189
children 943a6b065db5
files examples/rot13/main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/rot13/main.cpp	Sun Apr 04 18:38:58 2010 +0200
+++ b/examples/rot13/main.cpp	Sun Apr 04 19:31:02 2010 +0200
@@ -24,7 +24,7 @@
         && handlers[0]->getHook() == zia::api::handler::ResponseBodyModifier)
     {
         /*
-         * We should cast to zia::api::handler::IHttpHandler, but to call the
+         * We should cast to zia::api::handler::IBodyHandler, but to call the
          * functor we would need to implement zia::api::http::ITransaction,
          * which isn't the purpose of this example.
          */