From 73b1489fbccb885d1d4ecd4bfab808402b0d8367 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 6 Sep 2006 15:19:03 +0200 Subject: [PATCH] add comment on implementation location --- src/common/packet.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/common/packet.h b/src/common/packet.h index f1b4d587f..0ae1dcf9f 100644 --- a/src/common/packet.h +++ b/src/common/packet.h @@ -62,6 +62,12 @@ private: }; // namespace ns3 + +/************************************************** + Start of implementation of templates defined + above + *************************************************/ + namespace ns3 { template