X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketInterpreter.cc;h=3d8a382e0c4fd2170bed976d14c7c0980fed0cc9;hb=46ce25973f087d30ca10eebdad6e3bfa7586ecc9;hp=5ab83d8ffb545025f98d2453faa9717680ac6a2b;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketInterpreter.cc b/Packets/PacketInterpreter.cc index 5ab83d8..3d8a382 100644 --- a/Packets/PacketInterpreter.cc +++ b/Packets/PacketInterpreter.cc @@ -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 // // This program is free software; you can redistribute it and/or modify @@ -21,10 +23,10 @@ /** \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: