From 945997010872ced7c1c94587be8143b4e90717c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Neun=C3=BCller?= Date: Fri, 26 Jul 2013 11:46:09 +0200 Subject: [PATCH] TODO: New event naming convention. --- TODO.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index dad6c5d..b2872c8 100644 --- a/TODO.txt +++ b/TODO.txt @@ -11,8 +11,8 @@ Refactoring complicated without providing any benefits and, worse, lowers flexibility. * Maybe replace jd.connect with a Lua function <-> luabind::object() converter so that jd.connect() is not necessary anymore and - fooComponent:connect_bar(f) can be used instead. + fooComponent:onBar(f) can be used instead. * Get rid of LuaComponent::bindLuaPart(): Maybe luabind::adopt() is now capable of replacing it. * Exceptions: Use boost::exception/error_info system or at least a proper - hierarchy. \ No newline at end of file + hierarchy.