X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.ih;h=9d208128caa0cf53cb3b84f6bdf1e02a60041b65;hb=fd3a0e8ac95d1158e9ea661ddf9187b67c70169f;hp=4afbeb728ffceb4143dabfb24a0e4884ee487838;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/Module.ih b/PPI/Module.ih index 4afbeb7..9d20812 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 @@ -21,8 +23,8 @@ /** \file \brief Module internal header */ -#ifndef IH_Module_ -#define IH_Module_ 1 +#ifndef IH_SENF_PPI_Module_ +#define IH_SENF_PPI_Module_ 1 // Custom includes @@ -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////////////////////////////////////////