X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.cc;h=c71a25d719d3e022d55ea7f45f6ccba084a87ca5;hb=9a988902090d28007578e93bffd809f6bd913155;hp=631d76391ae973dd5698adf62149cf1e15344a04;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc index 631d763..c71a25d 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,8 @@ 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" // End: