X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2Fdetail%2FEventBinding.cti;h=13f81498cf046a9edb44b7b63b7288b73cc5e102;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=09fc719314297ead27270fbdef8544accec049ca;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/PPI/detail/EventBinding.cti b/senf/PPI/detail/EventBinding.cti index 09fc719..13f8149 100644 --- a/senf/PPI/detail/EventBinding.cti +++ b/senf/PPI/detail/EventBinding.cti @@ -26,12 +26,12 @@ //#include "EventBinding.ih" // Custom includes -#include "../EventManager.hh" +#include #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::detail::EventBindingHelper template @@ -49,7 +49,7 @@ prefix_ void senf::ppi::detail::EventBindingHelper::callback(Eve callback(event, self().manager().now()); } -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members template @@ -58,7 +58,7 @@ prefix_ Self & senf::ppi::detail::EventBindingHelper::self() return * static_cast(this); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::detail::EventBindingHelper template @@ -75,7 +75,7 @@ prefix_ void senf::ppi::detail::EventBindingHelper::callback() callback(self().manager().now()); } -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members template @@ -84,7 +84,7 @@ prefix_ Self & senf::ppi::detail::EventBindingHelper::self() return * static_cast(this); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::detail::EventBinding template @@ -95,7 +95,7 @@ prefix_ senf::ppi::detail::EventBinding::EventBinding(EventManager & : EventBindingBase(manager, module, descriptor), callback_(callback) {} -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_