X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FThrottleBarrier.hh;h=a58935e7a02dd5af1e343ecce22e5892e98eabb1;hb=29825d5db542bd3a6769101abe40a8ed86409613;hp=4a0d8cae3da8a271c780467b8aa1d13ec57c3304;hpb=e8b91aa6a817af6d9a3714e7b66be6c0d6b0a4e5;p=senf.git diff --git a/PPI/ThrottleBarrier.hh b/PPI/ThrottleBarrier.hh index 4a0d8ca..a58935e 100644 --- a/PPI/ThrottleBarrier.hh +++ b/PPI/ThrottleBarrier.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 @@ -52,8 +52,8 @@ namespace module { SENF_PPI_MODULE(ThrottleBarrier); public: - connector::PassiveInput input; - connector::ActiveOutput output; + connector::PassiveInput<> input; + connector::ActiveOutput<> output; ThrottleBarrier();