X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fpredecl.hh;h=92c0546a037d08583c75c1166f61bde37eec516b;hb=ac86c2bb40746fbedf70a19af3307e5da642b04a;hp=be9c0533d3a1d935672215eb363ef641536d3ac1;hpb=f539f4271d470794a773a92bacd8ba086c9bc1cd;p=senf.git diff --git a/PPI/predecl.hh b/PPI/predecl.hh index be9c053..92c0546 100644 --- a/PPI/predecl.hh +++ b/PPI/predecl.hh @@ -27,7 +27,6 @@ #define HH_predecl_ 1 // Custom includes -#include //#include "predecl.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -44,6 +43,8 @@ namespace ppi { class QueueingDiscipline; class ModuleManager; +#ifndef DOXYGEN + namespace detail { class EventBindingBase; template class EventBinding; @@ -55,17 +56,19 @@ namespace ppi { class BackwardForwardingRouteImplementation; class ForwardForwardingRouteToEventImplementation; class BackwardForwardingRouteFromEventImplementation; - template ::value, - bool trgEvent = boost::is_base_of::value> + template class RouteImplementation; } +#endif + namespace module { class Module; namespace detail { template class RouteHelper; } + class PassiveJoin; + class PriorityJoin; } namespace connector {