Stefan, please use your own template for new test-files!
[senf.git] / Packets / PacketInterpreter.cc
index 5ab83d8..3d8a382 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 PacketInterpreter non-inline non-template implementation */
 
-#include "PacketInterpreter.hh"
 //#include "PacketInterpreter.ih"
 
 // Custom includes
+#include "Packets.hh"
 
 //#include "PacketInterpreter.mpp"
 #define prefix_
@@ -101,4 +103,6 @@ prefix_  senf::PacketInterpreterBase::Factory::~Factory()
 // c-file-style: "senf"
 // indent-tabs-mode: nil
 // ispell-local-dictionary: "american"
+// compile-command: "scons -u test"
+// comment-column: 40
 // End: