X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.ih;h=01836c9d63bc98e3568178983c3c215442312bdc;hb=6ba573a99f93543ee32292f79865751b3e9b89a4;hp=7637d3eff5b05ef482986e1ab33bcaf41ad579f3;hpb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;p=senf.git diff --git a/PPI/Route.ih b/PPI/Route.ih index 7637d3e..01836c9 100644 --- a/PPI/Route.ih +++ b/PPI/Route.ih @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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 @@ -35,6 +35,8 @@ ///////////////////////////////ih.p//////////////////////////////////////// +#ifndef DOXYGEN + namespace senf { namespace ppi { namespace detail { @@ -59,8 +61,6 @@ namespace detail { typedef Connector type; }; -#ifndef DOXYGEN - // RoutingTraits specialization for Event types. Events may be both dataSource or dataTarget but // cannot be notifySource. template @@ -75,8 +75,6 @@ namespace detail { typedef EventDescriptor type; }; -#endif - // The RoutingTraits give routing related information about the argument type: // - Wether the type is a notifySource or notifyTarget // - Wether the type is dataSource or dataTarget @@ -203,6 +201,8 @@ namespace detail { }}} +#endif + ///////////////////////////////ih.e//////////////////////////////////////// #endif