X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.hh;h=96370a1b32c7c1dee3ff5e55b04fc0002dc7baf6;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=94f93b1fb6ea8feb3a3d3995640c2ece314c5c48;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/PacketRegistry.hh b/Packets/PacketRegistry.hh index 94f93b1..96370a1 100644 --- a/Packets/PacketRegistry.hh +++ b/Packets/PacketRegistry.hh @@ -34,8 +34,8 @@ //#include "PacketRegistry.mpp" ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + namespace impl { template class PacketRegistryImpl; } @@ -152,7 +152,7 @@ namespace pkf { This mixin class provides a new registerInterpreter implementation which can be used besides the methods provided - bei satcom::pkf::Packet to add a new interpreter to the + bei senf::Packet to add a new interpreter to the interpreter chain. \code @@ -191,7 +191,7 @@ namespace pkf { struct PacketTypeNotRegistered : public std::exception { virtual char const * what() const throw() { return "packet type not registered"; } }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "PacketRegistry.cci" @@ -202,5 +202,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: