Packets: Fix VariantParser invalid parser access bug
[senf.git] / PPI / ActiveFeeder.hh
index 1039c59..cc2ffc1 100644 (file)
@@ -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 <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -23,8 +23,8 @@
 /** \file
     \brief ActiveFeeder public header */
 
-#ifndef HH_ActiveFeeder_
-#define HH_ActiveFeeder_ 1
+#ifndef HH_SENF_PPI_ActiveFeeder_
+#define HH_SENF_PPI_ActiveFeeder_ 1
 
 // Custom includes
 #include "Module.hh"
@@ -40,7 +40,7 @@ namespace module {
 
     /** \brief Adapter to connect passive connectors
 
-        ActiveFeeder is an adapter module which allows to connect to passive connectors. As long as
+        ActiveFeeder is an adapter module which allows two connect to passive connectors. As long as
         none of the connectors is throttled, the ActiveFeeder will forward packets from it's input
         to it's output.
 
@@ -54,8 +54,8 @@ namespace module {
     {
         SENF_PPI_MODULE(ActiveFeeder);
     public:
-        connector::ActiveInput input;
-        connector::ActiveOutput output;
+        connector::ActiveInput<> input;
+        connector::ActiveOutput<> output;
 
         ActiveFeeder();