From e61097b8881bc7e72a5499816cb1199ea274a3ca Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Thu, 7 Oct 2010 22:54:10 +0200 Subject: Rework template meta-magic - No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers --- src/input/sayHelloHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/sayHelloHandler.cpp') diff --git a/src/input/sayHelloHandler.cpp b/src/input/sayHelloHandler.cpp index fc6f668..712963d 100644 --- a/src/input/sayHelloHandler.cpp +++ b/src/input/sayHelloHandler.cpp @@ -19,7 +19,7 @@ using namespace std; -void SayHelloHandler::handle(InputEvent const&, InputEventContext const* ctx) +void SayHelloHandler::doHandle(InputEvent const&, InputEventContext const* ctx) { cerr << "I'm right here! You sent this message from pid " << ctx->getSenderPid() << " as user " << ctx->getSenderUid() << " with gid " << ctx->getSenderGid() << endl; } -- cgit v1.2.3-55-g7522