Utils/Termlib: Extend the completion API
[senf.git] / PPI / PassiveQueue.hh
index 2e118cc..12cb25a 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief PassiveQueue public header */
 
-#ifndef HH_PassiveQueue_
-#define HH_PassiveQueue_ 1
+#ifndef HH_SENF_PPI_PassiveQueue_
+#define HH_SENF_PPI_PassiveQueue_ 1
 
 // Custom includes
 #include "Connectors.hh"
@@ -70,7 +70,7 @@ namespace module {
                                              \see connector::GenericPassiveInput::qdisc() */
 
     private:
-        void init();
+        virtual void v_init();
 
         void onInput();
         void onOutput();