X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FThrottleBarrier.hh;h=4addc8392085ddf3e4d2a92c073d5c45c2e06fc0;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=fecdbb4ef5d425e15f1695e552117a9282718709;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/PPI/ThrottleBarrier.hh b/PPI/ThrottleBarrier.hh index fecdbb4..4addc83 100644 --- a/PPI/ThrottleBarrier.hh +++ b/PPI/ThrottleBarrier.hh @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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();