moved statistics classes from NetEmu to SENF
[senf.git] / PPI / predecl.hh
index ed2c8d8..e5b1091 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 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 {