X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FThrottleBarrier.hh;h=4addc8392085ddf3e4d2a92c073d5c45c2e06fc0;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=4a0d8cae3da8a271c780467b8aa1d13ec57c3304;hpb=e8b91aa6a817af6d9a3714e7b66be6c0d6b0a4e5;p=senf.git diff --git a/PPI/ThrottleBarrier.hh b/PPI/ThrottleBarrier.hh index 4a0d8ca..4addc83 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 @@ -23,8 +23,8 @@ /** \file \brief ThrottleBarrier public header */ -#ifndef HH_ThrottleBarrier_ -#define HH_ThrottleBarrier_ 1 +#ifndef HH_SENF_PPI_ThrottleBarrier_ +#define HH_SENF_PPI_ThrottleBarrier_ 1 // Custom includes #include "Connectors.hh" @@ -52,8 +52,8 @@ namespace module { SENF_PPI_MODULE(ThrottleBarrier); public: - connector::PassiveInput input; - connector::ActiveOutput output; + connector::PassiveInput<> input; + connector::ActiveOutput<> output; ThrottleBarrier();