X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.ih;h=80fd0379c94008557b7da8effd05f9ce32a5f4ca;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=f01450655d8bc5fbe104974cbbbe5413ca038850;hpb=c257a57f7c0af972d3abc60eaa0b75d303324928;p=senf.git diff --git a/Packets/PacketRegistry.ih b/Packets/PacketRegistry.ih index f014506..80fd037 100644 --- a/Packets/PacketRegistry.ih +++ b/Packets/PacketRegistry.ih @@ -30,8 +30,8 @@ ///////////////////////////////ih.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + namespace impl { struct PkReg_Entry { @@ -77,7 +77,7 @@ namespace impl { template void registerPacket(key_t key); - key_t key(satcom::lib::TypeIdValue const & type); + key_t key(senf::TypeIdValue const & type); Entry * lookup(key_t key); @@ -89,7 +89,7 @@ namespace impl { typedef boost::shared_ptr Entry_ptr; typedef std::map PacketMap; - typedef std::map ReversePacketMap; + typedef std::map ReversePacketMap; PacketMap registry_; ReversePacketMap reverseRegistry_; @@ -97,7 +97,7 @@ namespace impl { extern PkReg_EntryImpl pkreg_dataEntry; -}}} +}} ///////////////////////////////ih.e//////////////////////////////////////// #endif @@ -105,5 +105,5 @@ namespace impl { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: