NEW FILE HEADER / COPYRIGHT FORMAT
[senf.git] / Packets / Packet.cc
index aed46e7..bd3ce57 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 Packet non-inline non-template implementation */
 
-#include "PacketInterpreter.hh"
-#include "Packet.hh"
 //#include "Packet.ih"
 
 // Custom includes
-#include "DataPacket.hh"
+#include "Packets.hh"
 
 //#include "Packet.mpp"
 #define prefix_
@@ -70,4 +70,5 @@ prefix_ senf::Packet senf::Packet::checkLast()
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
 // compile-command: "scons -u test"
+// comment-column: 40
 // End: