X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketRegistry.cc;h=b98c2187621996d45af29affa53b1cec56e1d106;hb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;hp=6b4956c3c714ef7ce24c9f3ca431d1b86ef1c47c;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketRegistry.cc b/Packets/PacketRegistry.cc index 6b4956c..b98c218 100644 --- a/Packets/PacketRegistry.cc +++ b/Packets/PacketRegistry.cc @@ -1,6 +1,8 @@ +// $Id$ +// // Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// 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 @@ -21,10 +23,9 @@ /** \file \brief PacketRegistry non-inline non-template implementation */ -#include "PacketRegistry.hh" -#include "PacketRegistry.ih" // Custom includes +#include "Packets.hh" //#include "PacketRegistry.mpp" #define prefix_ @@ -44,4 +45,6 @@ prefix_ senf::PkReg_Entry::~PkReg_Entry() // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: