add documentation comment.

This commit is contained in:
Mathieu Lacage
2008-06-21 21:08:16 -07:00
parent 6746cc48eb
commit c4ea047cb9

View File

@@ -137,6 +137,13 @@ public:
void AddTrailer (Trailer const &trailer, uint32_t size);
void RemoveTrailer (Trailer const &trailer, uint32_t size);
/**
* \param start the amount of stuff to remove from the start
* \param end the amount of stuff to remove from the end
*
* Calling this method is equivalent to calling RemoveAtStart (start)
* and then, RemoveAtEnd (end).
*/
PacketMetadata CreateFragment (uint32_t start, uint32_t end) const;
void AddAtEnd (PacketMetadata const&o);
void AddPaddingAtEnd (uint32_t end);