X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FRoute.ih;h=90cd95686e57596d6353a466f3586424daa1e088;hb=a52ad78703fa2c4d2a90aff32dec3b5f756ee63c;hp=7637d3eff5b05ef482986e1ab33bcaf41ad579f3;hpb=0327b3f303ea2a61d44a30bfaac022874dcf2a0d;p=senf.git diff --git a/PPI/Route.ih b/PPI/Route.ih index 7637d3e..90cd956 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) +// 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