adding IPv4SourceForcingDgramWriter. use inheritance for IPv?SourceForcingWriter
[senf.git] / PPI / Setup.hh
index c113e91..9a06fa4 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief Setup public header */
 
-#ifndef HH_Setup_
-#define HH_Setup_ 1
+#ifndef HH_SENF_PPI_Setup_
+#define HH_SENF_PPI_Setup_ 1
 
 // Custom includes
 #include <boost/type_traits.hpp>
@@ -52,7 +52,8 @@ namespace ppi {
         \li Either or both of the connectors are untyped (they accept/send arbitrary senf::Packet's)
         \li Both connectors send/accept the exactly same packet type.
 
-        \throws IncompatibleConnectorsException if the two connectors are not type compatible.
+        \throws connector::IncompatibleConnectorsException if the two connectors are not type
+            compatible.
         
         \see \ref ppi_connections
      */