X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2Fpredecl.hh;h=287cd3d8e4ec919fc576a582172d8d0c8ce513c6;hb=ed0e2329281a50f80be8425938c17515fa70661b;hp=92dd00044fc919c64f9fed2958e4529a6aeb3b58;hpb=81ffa1c459b96dd44472bcef37e1e373934ee138;p=senf.git diff --git a/PPI/predecl.hh b/PPI/predecl.hh index 92dd000..287cd3d 100644 --- a/PPI/predecl.hh +++ b/PPI/predecl.hh @@ -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 @@ -27,7 +27,6 @@ #define HH_predecl_ 1 // Custom includes -#include //#include "predecl.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -39,21 +38,37 @@ namespace ppi { template class EventImplementation; class EventManager; class RouteBase; + class ForwardingRoute; template class Route; class QueueingDiscipline; + class ModuleManager; + +#ifndef DOXYGEN namespace detail { class EventBindingBase; template class EventBinding; template struct EventArgType; - template class RouteImplementation; + class NonForwardingRouteImplementation; + class NonForwardingRouteToEventImplementation; + class NonForwardingRouteFromEventImplementation; + class ForwardForwardingRouteImplementation; + class BackwardForwardingRouteImplementation; + class ForwardForwardingRouteToEventImplementation; + class BackwardForwardingRouteFromEventImplementation; + template + class RouteImplementation; } +#endif + namespace module { class Module; namespace detail { template class RouteHelper; } + class PassiveJoin; + class PriorityJoin; } namespace connector {