X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.ih;h=05382639e6388eed3492e301828fb8034fec084b;hb=8aa27cfde664f462f1aebd601f1521c186d819c3;hp=4afbeb728ffceb4143dabfb24a0e4884ee487838;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/Module.ih b/PPI/Module.ih index 4afbeb7..0538263 100644 --- a/PPI/Module.ih +++ b/PPI/Module.ih @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// $Id$ +// +// 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 @@ -37,24 +39,24 @@ namespace detail { // Placing these into a class simplifies the friend declaration template - struct RouteHelper + struct RouteHelper { static void route(Module & module, Source & source, Target & target, - connector::InputConnector &, + connector::InputConnector &, connector::OutputConnector &); - + static void route(Module & module, Source & source, Target & target, - connector::InputConnector &, + connector::InputConnector &, EventDescriptor &); - + static void route(Module & module, Source & source, Target & target, EventDescriptor &, connector::OutputConnector &); }; #endif - + }}}} ///////////////////////////////ih.e////////////////////////////////////////