PPI: Missing commit
[senf.git] / PPI / CloneSource.hh
index 6dd8000..3ce6089 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief CloneSource public header */
 
-#ifndef HH_CloneSource_
-#define HH_CloneSource_ 1
+#ifndef HH_SENF_PPI_CloneSource_
+#define HH_SENF_PPI_CloneSource_ 1
 
 // Custom includes
 #include "../Packets/Packets.hh"
@@ -52,8 +52,8 @@ namespace module {
 
         connector::PassiveOutput<> output;
 
-        CloneSource(senf::Packet packet);
-        void replacePacket(senf::Packet packet);
+        CloneSource(senf::Packet const & packet);
+        void replacePacket(senf::Packet const & packet);
 
     private:
         void request();