X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.cc;h=c11913160ba1a7fcd377e951d8ae27722ccbe1a7;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=a544c8216cd19d48f9446641ad82a96ee5096693;hpb=31d85cd6b8e03c5ecc924ca8892906be1bab702f;p=senf.git diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc index a544c82..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,21 +18,23 @@ // 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//////////////////////////////////////// -senf::impl::PkReg_EntryImpl - senf::impl::pkreg_dataEntry; +prefix_ senf::PkReg_Entry::~PkReg_Entry() +{} -///////////////////////////////PacketRegistry..e//////////////////////////////////////// +///////////////////////////////cc.e//////////////////////////////////////// #undef prefix_ +//#include "PacketRegistry.mpp" // Local Variables: @@ -44,4 +44,5 @@ senf::impl::PkReg_EntryImpl // indent-tabs-mode: nil // ispell-local-dictionary: "american" // compile-command: "scons -u test" +// comment-column: 40 // End: