X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FEvents.cti;h=5dd66980b26b3921c01d86f45148439739a989ee;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=5c6bc971b064b794b22295a9965d0bdb384fb761;hpb=cb50871835b7a5c37e4fd32d38de67fa12570ebc;p=senf.git diff --git a/senf/PPI/Events.cti b/senf/PPI/Events.cti index 5c6bc97..5dd6698 100644 --- a/senf/PPI/Events.cti +++ b/senf/PPI/Events.cti @@ -30,12 +30,12 @@ #include "detail/EventBinding.hh" #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::EventImplementationHelper -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // protected members template @@ -52,7 +52,7 @@ prefix_ void senf::ppi::EventImplementationHelper::callback(Even binding().callback(event); } -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members template @@ -64,10 +64,10 @@ senf::ppi::EventImplementationHelper::binding() return * static_cast(this)->binding_; } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::EventImplementationHelper -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // protected members template @@ -83,7 +83,7 @@ prefix_ void senf::ppi::EventImplementationHelper::callback() binding().callback(); } -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members template @@ -95,7 +95,7 @@ senf::ppi::EventImplementationHelper::binding() return * static_cast(this)->binding_; } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::ppi::EventImplementation template @@ -112,7 +112,7 @@ prefix_ senf::ppi::EventManager & senf::ppi::EventImplementation::man return binding_->manager(); } -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // protected members template @@ -120,7 +120,7 @@ prefix_ senf::ppi::EventImplementation::EventImplementation() : binding_(0) {} -//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // private members template @@ -136,7 +136,7 @@ senf::ppi::EventImplementation::setBinding(detail::EventBinding