X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=a2622d738f1b0611addb98a2b1c448b52561dc4d;hb=9a988902090d28007578e93bffd809f6bd913155;hp=480f3cd853156dec0c224603cbb58cd852d5c8f4;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index 480f3cd..a2622d7 100644 --- a/Packets/DataPacket.hh +++ b/Packets/DataPacket.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -28,8 +28,8 @@ ///////////////////////////////hh.p//////////////////////////////////////// -namespace satcom { -namespace pkf { +namespace senf { + /** \brief Non-interpreted Packet @@ -55,7 +55,7 @@ namespace pkf { private: template DataPacket(Arg const & arg); - + virtual void v_nextInterpreter() const; virtual void v_finalize(); virtual void v_dump(std::ostream & os) const; @@ -64,7 +64,7 @@ namespace pkf { }; -}} +} ///////////////////////////////hh.e//////////////////////////////////////// //#include "DataPacket.cci" @@ -75,5 +75,8 @@ namespace pkf { // Local Variables: // mode: c++ -// c-file-style: "satcom" +// fill-column: 100 +// c-file-style: "senf" +// indent-tabs-mode: nil +// ispell-local-dictionary: "american" // End: