X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketData.cti;h=5d47afc2f8c38b97bc63f89c5b0bc0b82afe9488;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=2e10568f0f37d3458ba536f09a4e50870c0aa06b;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/PacketData.cti b/Packets/PacketData.cti index 2e10568..5d47afc 100644 --- a/Packets/PacketData.cti +++ b/Packets/PacketData.cti @@ -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 @@ -33,6 +35,7 @@ // Modifying the raw packet data +#ifndef DOXYGEN template prefix_ void senf::PacketData:: insert(iterator pos, InputIterator f, InputIterator l, @@ -40,6 +43,12 @@ insert(iterator pos, InputIterator f, InputIterator l, { impl().insert(this,pos,f,l); } +#else +template +prefix_ void senf::PacketData:: +insert(iterator pos, InputIterator f, InputIterator l) +{} +#endif ///////////////////////////////cti.e/////////////////////////////////////// #undef prefix_ @@ -51,4 +60,6 @@ insert(iterator pos, InputIterator f, InputIterator l, // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: