X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2FParseList.ct;h=85fbcf745110ca1a80f88151c2f8b817a1794ab1;hb=6116cb96ea7bdcb42b7d12165a05fcbe0687226d;hp=45012bf7fc91fd77f2c18b2efa62e086a740573f;hpb=47368f306a577d1e46df69a7f729bd3893cbe5e7;p=senf.git diff --git a/Packets/ParseList.ct b/Packets/ParseList.ct index 45012bf..85fbcf7 100644 --- a/Packets/ParseList.ct +++ b/Packets/ParseList.ct @@ -1,3 +1,5 @@ +// $Id$ +// // Copyright (C) 2007 // Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) // Kompetenzzentrum fuer Satelitenkommunikation (SatCom) @@ -99,6 +101,7 @@ prefix_ void senf::Parse_List_Container::insert(iterator pos, } } +#ifndef DOXYGEN template template prefix_ void senf::Parse_List_Container:: @@ -116,6 +119,13 @@ insert(iterator pos, ForwardIterator f, ForwardIterator l, sp += senf::bytes(value_type(sp,state())); } } +#else +template +template +prefix_ void senf::Parse_List_Container:: +insert(iterator pos, ForwardIterator f, ForwardIterator l) +{} +#endif template prefix_ void senf::Parse_List_Container::erase(iterator pos,