X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketInterpreter.cc;h=a875a41fe398adbb2384df07c42ebf4287242673;hb=3a1b45cae9d48b1d53fc310e2a283d2b9d17275e;hp=5ab83d8ffb545025f98d2453faa9717680ac6a2b;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketInterpreter.cc b/Packets/PacketInterpreter.cc index 5ab83d8..a875a41 100644 --- a/Packets/PacketInterpreter.cc +++ b/Packets/PacketInterpreter.cc @@ -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 // // 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: