X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=7b02f2116a0d028aff68a0d64271c5536629ee8f;hb=a18d131c38ffe7178ea4736ed3f584125e9903ae;hp=404336251bd9c8b4d6a30e2f526ec8045f8dc3b8;hpb=2d6585ff852e9d282c17003ba1db0b73eb3a8500;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index 4043362..7b02f21 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