Utils/Console: Add short help to 'ls' output
[senf.git] / Packets / PacketData.cc
index 9abdf04..dade5f3 100644 (file)
@@ -1,6 +1,8 @@
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// $Id$
+//
+// Copyright (C) 2007
+// 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 PacketData non-inline non-template implementation */
 
-#include "PacketData.hh"
 //#include "PacketData.ih"
 
 // Custom includes
-#include "PacketImpl.hh"
+#include "Packets.hh"
 
 //#include "PacketData.mpp"
 #define prefix_
@@ -52,4 +53,6 @@ prefix_ void senf::PacketData::resize(size_type n, byte v)
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: