X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FModule.ih;h=9d208128caa0cf53cb3b84f6bdf1e02a60041b65;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=33866871456efa3afd707b9d4c23429a5fa40800;hpb=7231c220a7332754de3d16e4e8aacd5dbd31c501;p=senf.git diff --git a/PPI/Module.ih b/PPI/Module.ih index 3386687..9d20812 100644 --- a/PPI/Module.ih +++ b/PPI/Module.ih @@ -1,6 +1,8 @@ -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// $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////////////////////////////////////////