fixed some file headers to the new format
[senf.git] / Packets / PacketRegistry.cc
index 6b4956c..b98c218 100644 (file)
@@ -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 <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
 /** \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: