X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=0c83b8eef72d0edad593a2e350a9a63bc5d644ca;hb=d53c168dbfd70ffea9ebad8953193163e113ff3a;hp=404336251bd9c8b4d6a30e2f526ec8045f8dc3b8;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index 4043362..0c83b8e 100644 --- a/Packets/PacketRegistry.ih +++ b/Packets/PacketRegistry.ih @@ -28,14 +28,17 @@ // Custom includes #include -#include "typeidvalue.hh" +#include "Utils/TypeIdValue.hh" ///////////////////////////////ih.p//////////////////////////////////////// namespace senf { namespace detail { - ///\internal + /** \brief Internal: Registry entry implementation for a specific packet type + + \internal + */ template struct PkReg_EntryImpl : public PkReg_Entry @@ -43,7 +46,10 @@ namespace detail { virtual Packet::factory_t factory() const; }; - ///\internal + /** \brief Internal: Singleton class implementing the packet registry. + + \internal + */ template class PacketRegistryImpl : private boost::noncopyable