X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FPacketData.cti;h=5d47afc2f8c38b97bc63f89c5b0bc0b82afe9488;hb=92f8630b75f3ef50e73c48cde58645dcd1534e27;hp=ffe2417ab66297d1c8af5c722f34f3516491df22;hpb=f13c1275e48e97dceb7de7925793a4c69a5aeb61;p=senf.git diff --git a/Packets/PacketData.cti b/Packets/PacketData.cti index ffe2417..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_