X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FJoins.cc;h=71428c600109e47e9a3ce352b2227179a238fe86;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=3f15955540ad89e22f5e1f6d22fcf4e8ec56f3e5;hpb=69255c0f1669fc80b0e4a2bf524715f336b127ad;p=senf.git diff --git a/PPI/Joins.cc b/PPI/Joins.cc index 3f15955..71428c6 100644 --- a/PPI/Joins.cc +++ b/PPI/Joins.cc @@ -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 @@ -82,7 +82,7 @@ prefix_ void senf::ppi::module::PassiveJoin::onUnthrottle() prefix_ senf::ppi::connector::ActiveInput<> & senf::ppi::module::PriorityJoin::newInput() { - inputs_.push_back(new connector::ActiveInput<>()); + inputs_.push_back(new connector::ActiveInput<>()); connector::ActiveInput<> & input (inputs_.back()); noroute(input);