X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Packets%2F80221Bundle%2FTLVPacket.ct;h=58001582ade0aa71d494809e17143d5f5557bf1a;hb=b2689b6d92c4d22ecaea5ab271c0af8564a7d39b;hp=26e53f3cb5e3fccfdd74792894adf7110e999b7b;hpb=bd67664cb4ea1b36c9bb52a622e02341e4f0131f;p=senf.git diff --git a/Packets/80221Bundle/TLVPacket.ct b/Packets/80221Bundle/TLVPacket.ct index 26e53f3..5800158 100644 --- a/Packets/80221Bundle/TLVPacket.ct +++ b/Packets/80221Bundle/TLVPacket.ct @@ -1,4 +1,4 @@ -// $Id: TLVPacket.ct 1029 2008-12-19 13:08:19Z tho $ +// $Id$ // // Copyright (C) 2007 // Fraunhofer Institute for Open Communication Systems (FOKUS) @@ -33,8 +33,8 @@ template prefix_ void senf::GenericTLVPacketParser::value(ForwardReadableRange const &range) { - size_type range_size ( boost::size(range)); - size_type current_length ( length()); + DynamicTLVLengthParser::value_type range_size ( boost::size(range)); + DynamicTLVLengthParser::value_type current_length ( length()); length( range_size); safe_data_iterator si (data(), boost::next(i(), 1 + length_bytes() ));