Skip to content
Snippets Groups Projects
Commit 6984679d authored by g0dil's avatar g0dil
Browse files

Examples/RateStuffer: Revert accidentaly commited changes

parent d1ffb51d
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,8 @@ class RateFilter
SENF_PPI_MODULE(RateFilter);
public:
connector::ActiveInput<> input;
connector::ActiveOutput<> output;
connector::ActiveInput input;
connector::ActiveOutput output;
RateFilter(senf::ClockService::clock_type interval);
......@@ -82,8 +82,8 @@ class RateStuffer
RateFilter rateFilter;
public:
connector::PassiveInput<> & input;
connector::ActiveOutput<> & output;
connector::PassiveInput & input;
connector::ActiveOutput & output;
RateStuffer(senf::ClockService::clock_type interval,
senf::Packet packet,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment