Fix boot auto unit tests for Boost V1.34 compatibility
[senf.git] / PPI / Events.cci
index f511f40..600fc37 100644 (file)
@@ -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_