X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPPI%2FRoute.hh;h=98388263d0e2c63f9d116c2a8c88fb05258d9331;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=7977031e3889b9cd0c290448f6125ce9c4c53c74;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/PPI/Route.hh b/senf/PPI/Route.hh index 7977031..9838826 100644 --- a/senf/PPI/Route.hh +++ b/senf/PPI/Route.hh @@ -88,7 +88,7 @@ namespace ppi { forwarded from active to passive connectors. This may be disabled by setting the authoThrottling state to \c false. - + Routing from/to an event to/from a passive connector will automatically create throttling notifications on the connector whenever the event is disabled. Routing @@ -102,7 +102,7 @@ namespace ppi { /**< This member checks only the automatic throttling state. If autoThrottling() is \c false, this member will always return \c false. */ - + protected: ForwardingRoute(module::Module & module); @@ -137,7 +137,7 @@ namespace senf { namespace ppi { /** \brief Route descriptor - + Route instances are created by Module::route statements. The Route class provides an interface to manipulate the flow processing. @@ -158,7 +158,7 @@ namespace ppi { private: typedef detail::RouteImplementation Base; typedef detail::RouteImplementation Implementation; - + Route(module::Module & module, Source & source, Target & target); friend class module::Module;