X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketData.cc;h=dade5f3dad722b45663814bd93f705e1d5e94e08;hb=a1fdb7bb122f0b05be809a922d4b7ef5e125fa67;hp=9abdf04d659cedde29424536d3690cd5d644b064;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketData.cc b/Packets/PacketData.cc index 9abdf04..dade5f3 100644 --- a/Packets/PacketData.cc +++ b/Packets/PacketData.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,11 +23,10 @@ /** \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: