X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2Fdetail%2FEventBinding.cti;h=13f81498cf046a9edb44b7b63b7288b73cc5e102;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=96a81a6e9f41f8b9a9549cc8f518ffcbb4fb8bcb;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/PPI/detail/EventBinding.cti b/senf/PPI/detail/EventBinding.cti index 96a81a6..13f8149 100644 --- a/senf/PPI/detail/EventBinding.cti +++ b/senf/PPI/detail/EventBinding.cti @@ -29,9 +29,9 @@ #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_