change to tapSocketProtocol to save interface index
[senf.git] / Packets / Packet.hh
index bb2ac90..3d51f78 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief Packet public header */
 
-#ifndef HH_Packet_
-#define HH_Packet_ 1
+#ifndef HH_SENF_Packets_Packet_
+#define HH_SENF_Packets_Packet_ 1
 
 // Custom includes
 #include <boost/operators.hpp>
@@ -352,6 +352,8 @@ namespace senf {
                                              \endcode
                                              (This type is not POD since \c std::string is not POD)
 
+                                             \see \ref packet_usage_annotation
+
                                              \implementation The annotation system is implemented
                                                  quite efficiently since annotations are stored
                                                  within a packet embedded vector of fixed size (the
@@ -725,8 +727,8 @@ namespace senf {
 
 ///////////////////////////////hh.e////////////////////////////////////////
 #endif
-#if !defined(HH_Packets__decls_) && !defined(HH_Packet_i_)
-#define HH_Packet_i_
+#if !defined(HH_SENF_Packets_Packets__decls_) && !defined(HH_SENF_Packets_Packet_i_)
+#define HH_SENF_Packets_Packet_i_
 #include "Packet.cci"
 #include "Packet.ct"
 #include "Packet.cti"