X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.cc;h=c11913160ba1a7fcd377e951d8ae27722ccbe1a7;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=631d76391ae973dd5698adf62149cf1e15344a04;hpb=c52cd7d87dbb525c1267aad27391b8b7365dbb57;p=senf.git diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc index 631d763..c119131 100644 --- a/Packets/PacketRegistry.cc +++ b/Packets/PacketRegistry.cc @@ -1,9 +1,7 @@ -// $Id$ -// -// Copyright (C) 2006 +// Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Stefan Bund // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -20,24 +18,31 @@ // Free Software Foundation, Inc., // 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -// Definition of non-inline non-template funPacketRegistry.ons +/** \file + \brief PacketRegistry non-inline non-template implementation */ -#include "PacketRegistry.hh" -#include "PacketRegistry.ih" // Custom includes +#include "Packets.hh" +//#include "PacketRegistry.mpp" #define prefix_ -///////////////////////////////PacketRegistry..p//////////////////////////////////////// +///////////////////////////////cc.p//////////////////////////////////////// -satcom::pkf::impl::PkReg_EntryImpl - satcom::pkf::impl::pkreg_dataEntry; +prefix_ senf::PkReg_Entry::~PkReg_Entry() +{} -///////////////////////////////PacketRegistry..e//////////////////////////////////////// +///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ +//#include "PacketRegistry.mpp" // 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: