X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FGenericTLV.hh;h=e14f5c6f201bc8b4c4fa138dc00be85705a77ac7;hb=6c0332484574ed1cb571bbc0dc9f0a37d6653282;hp=b0dab34c8b252ce728a337edc19ecd7d5dbd845a;hpb=9ffdaae4804503c4f36a53747c852a87ee626b9e;p=senf.git diff --git a/senf/Packets/GenericTLV.hh b/senf/Packets/GenericTLV.hh index b0dab34..e14f5c6 100644 --- a/senf/Packets/GenericTLV.hh +++ b/senf/Packets/GenericTLV.hh @@ -219,11 +219,10 @@ namespace senf { void dump(GenericTLVParserBase const & parser, std::ostream & os); }; -# define SENF_PACKET_TLV_REGISTRY_REGISTER( BaseTLVParser, ConreteTLVParser ) \ - namespace { \ - senf::GenericTLVParserRegistry \ - ::RegistrationProxy \ - BOOST_PP_CAT(tlvparserRegistration_, __LINE__); \ +# define SENF_PACKET_TLV_REGISTRY_REGISTER( ConreteTLVParser ) \ + namespace { \ + ConreteTLVParser::Registry::RegistrationProxy \ + BOOST_PP_CAT(tlvparserRegistration_, __LINE__); \ } }