X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListNParser.ih;fp=senf%2FPackets%2FListNParser.ih;h=db54348d82a5a60db38c33af205223ffcd999ab7;hb=2e7dc69c3a63bac0a9df1abbcece62c03112a1ab;hp=f50bbfd7a96b9e78df488e736d0d9481173feb4a;hpb=39597146fe0bb2cb6122439fc0c2b93abc095c02;p=senf.git diff --git a/senf/Packets/ListNParser.ih b/senf/Packets/ListNParser.ih index f50bbfd..db54348 100644 --- a/senf/Packets/ListNParser.ih +++ b/senf/Packets/ListNParser.ih @@ -58,11 +58,9 @@ namespace detail { 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; - void insert (container_type & c, data_iterator p) const; - void update (container_type const & c) const; + void erase (container_type & c, data_iterator p) const; + void insert (container_type & c, data_iterator p) const; + void update (container_type const & c) const; /** Internal: ListNParser iterator specific data */ struct iterator_data {