X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2F80221Bundle%2FTLVParser.hh;h=0a466c6482e2fdb1798f1f0b7d10a6bf207a9e79;hb=7db21ff4de83edddec7084c5f121a10321b5a42f;hp=2940400a21222946035f891e1f44da1716ce11ae;hpb=92d091c2e5b387ca0c9930c7bc88d9b45630a845;p=senf.git diff --git a/senf/Packets/80221Bundle/TLVParser.hh b/senf/Packets/80221Bundle/TLVParser.hh index 2940400..0a466c6 100644 --- a/senf/Packets/80221Bundle/TLVParser.hh +++ b/senf/Packets/80221Bundle/TLVParser.hh @@ -35,18 +35,6 @@ namespace senf { - struct MIHTLVLengthException : public senf::Exception - { - MIHTLVLengthException() - : senf::Exception("MIHTLVLengthException") {} - }; - - struct InvalidMIHPacketException : public senf::Exception { - InvalidMIHPacketException(std::string const & description) - : senf::Exception("Invalid MIH message: ") { append(description); } - }; - - class MIHTLVLengthParser : public detail::packet::IntParserOps, public PacketParserBase