X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FJoins.cti;h=eec9b4fd0f79846d923bc369019cf0d414bab256;hb=aed52b6070e9f7d95efad9de84a41e5ea7413255;hp=e100b0846a94f2b5556831963244aa5469bb866c;hpb=914af680a37d303da51e3877972ca9bd68d6190b;p=senf.git diff --git a/PPI/Joins.cti b/PPI/Joins.cti index e100b08..eec9b4f 100644 --- a/PPI/Joins.cti +++ b/PPI/Joins.cti @@ -1,8 +1,8 @@ // $Id$ // // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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 @@ -58,6 +58,8 @@ senf::ppi::module::PriorityJoin::connect(Source & source) /////////////////////////////////////////////////////////////////////////// // namespace members +#ifndef DOXYGEN + template prefix_ senf::ppi::connector::PassiveInput & senf::ppi::connect(Source & source, module::PassiveJoin & target) @@ -72,6 +74,8 @@ prefix_ senf::ppi::connector::ActiveInput & senf::ppi::connect(Source & source, return target.connect(source); } +#endif + ///////////////////////////////cti.e/////////////////////////////////////// #undef prefix_