X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FEvents.cci;h=600fc37c8ae7690580bc23d898be4191eb2bb856;hb=41fe0d795abca302db24e7a955df6ef15ffed722;hp=f511f40342cc4443f5fde83131a16669dc4ab8db;hpb=7465ea4f6d3d54622bd783106cf8b60d5f133343;p=senf.git diff --git a/PPI/Events.cci b/PPI/Events.cci index f511f40..600fc37 100644 --- a/PPI/Events.cci +++ b/PPI/Events.cci @@ -65,12 +65,11 @@ prefix_ void senf::ppi::EventDescriptor::notifyThrottle() enabled(false); } -prefix_ void senf::ppi::EventDescriptor::notifyUnthrottle() +prefix_ void senf::ppi::EventDescriptor::registerRoute(ForwardingRoute & route) { - enabled(true); + routes_.push_back(&route); } - ///////////////////////////////cci.e/////////////////////////////////////// #undef prefix_