X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FGenericPacket.hh;h=9af56fe87fae81b9cf3a9879f90468e9a51ddc67;hb=331547d2a137f796eb5fcb390502aece3e01bb16;hp=c8cd5d891ad756dffc08f302575a069d99c29da6;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/GenericPacket.hh b/Packets/GenericPacket.hh index c8cd5d8..9af56fe 100644 --- a/Packets/GenericPacket.hh +++ b/Packets/GenericPacket.hh @@ -28,8 +28,8 @@ ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + /** \brief General packet comprised of header, trailer and payload @@ -76,7 +76,7 @@ namespace pkf { friend class Packet; }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "GenericPacket.cci" @@ -87,5 +87,5 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// c-file-style: "senf" // End: