From 4cabbc027a74d2f09d5a018ed302ee8732f87f1f Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 2 Oct 2006 11:25:07 +0200 Subject: [PATCH] small doc fix --- src/common/header.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/header.h b/src/common/header.h index 2f97afb19..42688d3c2 100644 --- a/src/common/header.h +++ b/src/common/header.h @@ -68,16 +68,11 @@ private: /** * \param start the buffer iterator in which the protocol header * must serialize itself. - * - * This method must: - * - reserve room for its serialized representation in the input buffer - * - serialize itself in this reserved room */ virtual void serializeTo (Buffer::Iterator start) const = 0; /** * \param start the buffer iterator from which the protocol header must * deserialize itself. - * */ virtual void deserializeFrom (Buffer::Iterator start) = 0; };