Socket: BUGFIX: Explicitly copy image
[senf.git] / Packets / PacketRegistry.ih
index 7ea93c8..0511d6f 100644 (file)
@@ -28,7 +28,7 @@
 
 // Custom includes
 #include <boost/intrusive_ptr.hpp>
-#include "typeidvalue.hh"
+#include "Utils/TypeIdValue.hh"
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
@@ -45,7 +45,8 @@ namespace detail {
         virtual Packet::factory_t factory() const;
     };
 
-    /** \brief Internal
+    /** \brief Internal: Singleton class implementing the packet registry.
+
         \internal
      */
     template <class KeyType>