X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=0c83b8eef72d0edad593a2e350a9a63bc5d644ca;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=7ea93c85e6ad193051368d2d540d57bd707c00f9;hpb=d084c02e4914da4fa1a4098a33d704f69e8bdedd;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index 7ea93c8..0c83b8e 100644 --- a/Packets/PacketRegistry.ih +++ b/Packets/PacketRegistry.ih @@ -28,14 +28,15 @@ // Custom includes #include -#include "typeidvalue.hh" +#include "Utils/TypeIdValue.hh" ///////////////////////////////ih.p//////////////////////////////////////// namespace senf { namespace detail { - /** \brief Internal + /** \brief Internal: Registry entry implementation for a specific packet type + \internal */ template @@ -45,7 +46,8 @@ namespace detail { virtual Packet::factory_t factory() const; }; - /** \brief Internal + /** \brief Internal: Singleton class implementing the packet registry. + \internal */ template