X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FJoins.hh;h=77cb333b86a238653230e5c6a79e6c822a2833dd;hb=a4ebeef29f8eb69dc2dad10668d762540002b924;hp=3f7087cc2d19acec7183ff579a42739a081d9e2c;hpb=69255c0f1669fc80b0e4a2bf524715f336b127ad;p=senf.git diff --git a/PPI/Joins.hh b/PPI/Joins.hh index 3f7087c..77cb333 100644 --- a/PPI/Joins.hh +++ b/PPI/Joins.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -42,7 +42,7 @@ namespace ppi { template connector::GenericPassiveInput & connect(Source & source, module::PassiveJoin & target); - + template connector::GenericActiveInput & connect(Source & source, module::PriorityJoin & target); @@ -120,7 +120,7 @@ namespace module { \endcode Here, \a module1 has higher priority than \a module2 which will only be queried if \a module1 is throttled. - + \ingroup routing_modules */ class PriorityJoin