Packets/80221Bundle: parameter for MIHBaseListTLVParser::maxListSize() is now optional
tho [Thu, 25 Aug 2011 12:43:45 +0000 (12:43 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1810 270642c3-0616-0410-b53a-bc976706d245

senf/Packets/80221Bundle/TLVParser.hh

index e27deaa..830494c 100644 (file)
@@ -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 <class Self>