# HG changeset patch # User Zoltan K. # Date 1270402262 -7200 # Node ID f8715c806d1c9d2d2795000471c71fee007f1846 # Parent cf3564c78189ac6d1b53120fbe547823f6140f54 [rot13] Fixed comments about cast in the rot13 example diff -r cf3564c78189 -r f8715c806d1c examples/rot13/main.cpp --- 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. */