X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FPackets%2FPacket.hh;h=43c88d239c407fc69fb1e92efb91cf9da84b2887;hb=961cf85a6abf2b5f0a7958bbfcd8f72e7b32721b;hp=25d0f56a4227934fee280876819e9a9e2f25c329;hpb=a0b6f53e5c464c6b84fed30a67fcce32da81012d;p=senf.git diff --git a/senf/Packets/Packet.hh b/senf/Packets/Packet.hh index 25d0f56..43c88d2 100644 --- a/senf/Packets/Packet.hh +++ b/senf/Packets/Packet.hh @@ -495,8 +495,8 @@ namespace senf { PacketInterpreterBase::ptr const & ptr() const; private: - Packet checkNext() const; - Packet checkLast() const; + Packet getNext() const; + Packet getLast() const; PacketInterpreterBase::ptr packet_; @@ -611,7 +611,7 @@ namespace senf { into the packet representation. The data will \e not be validated in any way. - \param[in] range Boost.Range + \param[in] range Boost.Range of data to construct packet from. */ #endif @@ -673,7 +673,7 @@ namespace senf { header/interpreter after \a packet in that packets interpreter chain. \param[in] packet Packet to append new packet to. - \param[in] range Boost.Range + \param[in] range Boost.Range of data to construct packet from. */ #endif