X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FActiveFeeder.hh;h=91f752834263801763634f66a8df2a6dce2fcd81;hb=6f50bf49e282c0528f51faa0a245bbfa2b867399;hp=cc67b62455ecfdc3e5402ab2a7aa0ecc4b22e1d8;hpb=e8b91aa6a817af6d9a3714e7b66be6c0d6b0a4e5;p=senf.git diff --git a/PPI/ActiveFeeder.hh b/PPI/ActiveFeeder.hh index cc67b62..91f7528 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) +// 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 @@ -54,8 +54,8 @@ namespace module { { SENF_PPI_MODULE(ActiveFeeder); public: - connector::ActiveInput input; - connector::ActiveOutput output; + connector::ActiveInput<> input; + connector::ActiveOutput<> output; ActiveFeeder();