X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.cc;h=b98c2187621996d45af29affa53b1cec56e1d106;hb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;hp=c71a25d719d3e022d55ea7f45f6ccba084a87ca5;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc index c71a25d..b98c218 100644 --- a/Packets/PacketRegistry.cc +++ b/Packets/PacketRegistry.cc @@ -1,9 +1,9 @@ // $Id$ // -// Copyright (C) 2006 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) -// Stefan Bund +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY +// 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 +20,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: @@ -43,4 +45,6 @@ senf::impl::PkReg_EntryImpl // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: