X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListNParser.ih;h=b6e2042e0f20aed7949ed55e4bc04055f71051a3;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=2c8ad05f9bf391f5520fd345001f263e0bcd4831;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Packets/ListNParser.ih b/senf/Packets/ListNParser.ih index 2c8ad05..b6e2042 100644 --- a/senf/Packets/ListNParser.ih +++ b/senf/Packets/ListNParser.ih @@ -57,7 +57,7 @@ namespace detail { size_type bytes (data_iterator i, state_type s) const; size_type size (data_iterator i, state_type s) const; void init (data_iterator i, state_type s) const; - + void construct (container_type & c) const; void destruct (container_type & c) const; void erase (container_type & c, data_iterator p) const; @@ -85,8 +85,8 @@ namespace detail { }; template - struct ListParserPolicy > { typedef ListNParser_Policy< ElementParser,