X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FDefaultBundle%2FListOptionTypeParser.cti;h=81266cfba0a16471905d561b54b02c4d44d3f773;hb=cad7256a15fbec9b4bf38559e89db7e0fe814db0;hp=7c0e324e0b328eb669fd83d7e03a47ca057b65a0;hpb=3e7160dbb6e67038c78594c85c48d25b6c787d5f;p=senf.git diff --git a/senf/Packets/DefaultBundle/ListOptionTypeParser.cti b/senf/Packets/DefaultBundle/ListOptionTypeParser.cti index 7c0e324..81266cf 100644 --- a/senf/Packets/DefaultBundle/ListOptionTypeParser.cti +++ b/senf/Packets/DefaultBundle/ListOptionTypeParser.cti @@ -1,4 +1,4 @@ -// $Id: ListOptionTypeParser.cti 869 2008-06-09 13:57:27Z pug $ +// $Id$ // // Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) @@ -44,7 +44,7 @@ template prefix_ senf::detail::ListOptionTypeParser_Policy:: ListOptionTypeParser_Policy(Arg const & arg) - : AuxPolicy(arg) + : AuxPolicy(arg) {} template @@ -88,7 +88,7 @@ template prefix_ senf::detail::ListOptionTypeParser_Policy::container_policy:: container_policy(parser_policy const & p) - : AuxPolicy(p) + : AuxPolicy(p) {} //destructor @@ -221,7 +221,7 @@ update(container_type const & c) return; data_iterator i(AuxPolicy::adjust(c.i(), c.state())); data_iterator j(i); - for (size_type n(n_); n; --n, std::advance(j, senf::bytes(ElementParser(j,c.state())))); + for (size_type n(n_); n; --n, std::advance(j, senf::bytes(ElementParser(j,c.state())))) { ; } realAux_ = std::distance(i, j); container_size_ = c.data().size(); }