--- a/src/common/chunk.h Wed Sep 06 15:20:25 2006 +0200
+++ b/src/common/chunk.h Wed Sep 06 16:46:26 2006 +0200
@@ -33,7 +33,11 @@
*
* Every Protocol header which needs to be inserted and removed
* from a Packet instance must derive from this abstract base class
- * and implement the private pure virtual methods defined here.
+ * and implement the private pure virtual methods listed below:
+ * - ns3::Chunk::addTo
+ * - ns3::Chunk::removeFrom
+ * - ns3::Chunk::peekFrom
+ * - ns3::Chunk::print
*/
class Chunk {
public: