X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=0055983dfa1d4d1125ee44531d9dfdb954bd752c;hb=0734bd14c709ca5ba1d0ed69c5b9f5d1487e5faa;hp=7ea93c85e6ad193051368d2d540d57bd707c00f9;hpb=d084c02e4914da4fa1a4098a33d704f69e8bdedd;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index 7ea93c8..0055983 100644 --- a/Packets/PacketRegistry.ih +++ b/Packets/PacketRegistry.ih @@ -1,9 +1,9 @@ // $Id$ // // Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -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