X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FListBParser.ih;h=2faa19c9026904dd524bab5aaddcdecd85bd0947;hb=7661548b20e6c7627f54bff87e0758396fd523ef;hp=d8f7b11ddf4ef06898ebe83e3481a2457c1127cc;hpb=39597146fe0bb2cb6122439fc0c2b93abc095c02;p=senf.git diff --git a/senf/Packets/ListBParser.ih b/senf/Packets/ListBParser.ih index d8f7b11..2faa19c 100644 --- a/senf/Packets/ListBParser.ih +++ b/senf/Packets/ListBParser.ih @@ -29,14 +29,14 @@ // Custom includes #include "ListParser.ih" -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace detail { /** \brief Internal: ListPolicy defing the ListBParser parser \internal - \see \ref ListBParser + \see \ref ListParser */ template struct ListBParser_Policy @@ -88,7 +88,7 @@ namespace detail { /** \brief Internal: ListBParser container/wrapper policy */ struct container_policy - : public AuxPolicy + : public AuxPolicy::WrapperPolicy { typedef PacketParserBase::data_iterator data_iterator; typedef PacketParserBase::state_type state_type; @@ -138,8 +138,8 @@ namespace detail { }; template - struct ListParserPolicy > { typedef ListBParser_Policy< ElementParser, @@ -150,7 +150,7 @@ namespace detail { }} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif