X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.cc;h=a544c8216cd19d48f9446641ad82a96ee5096693;hb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;hp=631d76391ae973dd5698adf62149cf1e15344a04;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc index 631d763..a544c82 100644 --- a/Packets/PacketRegistry.cc +++ b/Packets/PacketRegistry.cc @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2006 +// Copyright (C) 2006 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) // Stefan Bund @@ -30,8 +30,8 @@ #define prefix_ ///////////////////////////////PacketRegistry..p//////////////////////////////////////// -satcom::pkf::impl::PkReg_EntryImpl - satcom::pkf::impl::pkreg_dataEntry; +senf::impl::PkReg_EntryImpl + senf::impl::pkreg_dataEntry; ///////////////////////////////PacketRegistry..e//////////////////////////////////////// #undef prefix_ @@ -39,5 +39,9 @@ satcom::pkf::impl::PkReg_EntryImpl // 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" // End: