From: tho Date: Thu, 25 Aug 2011 12:43:45 +0000 (+0000) Subject: Packets/80221Bundle: parameter for MIHBaseListTLVParser::maxListSize() is now optional X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=df9fbe3b570798b248cdedd28a679c3ec836326f Packets/80221Bundle: parameter for MIHBaseListTLVParser::maxListSize() is now optional git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1810 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Packets/80221Bundle/TLVParser.hh b/senf/Packets/80221Bundle/TLVParser.hh index e27deaa..830494c 100644 --- a/senf/Packets/80221Bundle/TLVParser.hh +++ b/senf/Packets/80221Bundle/TLVParser.hh @@ -160,7 +160,7 @@ namespace senf { SENF_PARSER_FIELD_RO ( listSize, MIHLengthParser ); SENF_PARSER_FINALIZE ( MIHBaseListTLVParser ); - void maxListSize(MIHLengthParser::value_type maxl) const; + void maxListSize(MIHLengthParser::value_type maxl = MIHLengthParser::max_value) const; }; template