Utils/Console: Add short help to 'ls' output
[senf.git] / PPI / predecl.hh
index 7030072..e5b1091 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief predecl public header */
 
-#ifndef HH_predecl_
-#define HH_predecl_ 1
+#ifndef HH_SENF_PPI_predecl_
+#define HH_SENF_PPI_predecl_ 1
 
 // Custom includes
 
@@ -72,6 +72,7 @@ namespace ppi {
         }
         class PassiveJoin;
         class PriorityJoin;
+        class ActiveDuplicator;
     }
 
     namespace connector {
@@ -89,6 +90,8 @@ namespace ppi {
         template <class PacketType=Packet> class ActiveInput;
         template <class PacketType=Packet> class ActiveOutput;
 
+        class Jack;
+
 #ifndef DOXYGEN
 
         namespace detail {