X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FDataPacket.hh;h=fe1bc68619183153285390bac610880cc62b878b;hb=145f6a7d0f3a6aaa77b3625351c952d24cb0b8a1;hp=480f3cd853156dec0c224603cbb58cd852d5c8f4;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/DataPacket.hh b/Packets/DataPacket.hh index 480f3cd..fe1bc68 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,10 @@ 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" +// compile-command: "scons -u test" +// comment-column: 40 // End: