small doc fix
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 02 Oct 2006 11:25:07 +0200
changeset 105 ff9f5e95b7a3
parent 104 3006f1b350ae
child 106 9b7cf31baf8c
small doc fix
src/common/header.h
--- a/src/common/header.h	Mon Oct 02 11:23:18 2006 +0200
+++ b/src/common/header.h	Mon Oct 02 11:25:07 2006 +0200
@@ -68,16 +68,11 @@
     /**
      * \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;
 };