X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.ih;h=76125e3ba05268794d1de9ca4ad1125ad1ee035c;hb=16d94efc2159cba35fc44e5b26747ae0a2ab237b;hp=01836c9d63bc98e3568178983c3c215442312bdc;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/PPI/Route.ih b/PPI/Route.ih index 01836c9..76125e3 100644 --- a/PPI/Route.ih +++ b/PPI/Route.ih @@ -47,6 +47,8 @@ namespace detail { struct RoutingTraitsImplementation { BOOST_STATIC_ASSERT((boost::is_base_of::value)); + + static bool const event = false; static bool const notifySource = boost::is_base_of< connector::ActiveConnector, Connector>::value; @@ -66,6 +68,8 @@ namespace detail { template struct RoutingTraitsImplementation { + static bool const event = true; + static bool const notifySource = false; static bool const notifyTarget = true;