X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FActiveFeeder.hh;h=f9c7ed7a6d95b5c1e750b3cd2ca8029a409172f7;hb=8aa27cfde664f462f1aebd601f1521c186d819c3;hp=d981c468be90a0a44b789febee85b05a291227f8;hpb=7231c220a7332754de3d16e4e8aacd5dbd31c501;p=senf.git diff --git a/PPI/ActiveFeeder.hh b/PPI/ActiveFeeder.hh index d981c46..f9c7ed7 100644 --- a/PPI/ActiveFeeder.hh +++ b/PPI/ActiveFeeder.hh @@ -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 @@ -46,14 +46,16 @@ namespace module { \note For this Module to work correctly, it is very important for the connectors to be correctly throttled. Otherwise the system might well hang in an endless loop. + + \ingroup adapter_modules */ class ActiveFeeder : public Module { SENF_PPI_MODULE(ActiveFeeder); public: - connector::ActiveInput input; - connector::ActiveOutput output; + connector::ActiveInput<> input; + connector::ActiveOutput<> output; ActiveFeeder();