X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.hh;h=93f951aa3f6a1522b972ee36b28cca141ee701fc;hb=9a988902090d28007578e93bffd809f6bd913155;hp=d5bc480ccbe31f39a32cdd2838b89a02ad3becdc;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/PacketRegistry.hh b/Packets/PacketRegistry.hh index d5bc480..93f951a 100644 --- a/Packets/PacketRegistry.hh +++ b/Packets/PacketRegistry.hh @@ -50,7 +50,7 @@ namespace senf { typedef some_key_type key_t; }; \endcode - The key type can be an arbitrary valuetype. The PacketRegistry + The key type can be an arbitrary value type. The PacketRegistry for this Tag can then be accessed using PacketRegistry::. @@ -109,7 +109,7 @@ namespace senf { any other packet class in this registry. The Packet must not already be registered in the registry. - \param OtherPacket packet to regiser + \param OtherPacket packet to register \param key key of the packet */ template @@ -132,7 +132,7 @@ namespace senf { \param key Key of packet type to create instance of \param b begin iterator argument to Packet::create() - \param e end iterator argment to Packet::create() + \param e end iterator argument to Packet::create() \returns new Instance of the packet type registered under key or DataPacket, if the key is not registered. */ @@ -154,7 +154,7 @@ namespace senf { This mixin class provides a new registerInterpreter implementation which can be used besides the methods provided - bei senf::Packet to add a new interpreter to the + by senf::Packet to add a new interpreter to the interpreter chain. \code