add comment on implementation location
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 06 Sep 2006 15:19:03 +0200
changeset 77 926e17b61dfb
parent 76 65d10fd77589
child 78 1739a73a6282
add comment on implementation location
src/common/packet.h
--- a/src/common/packet.h	Wed Sep 06 15:18:20 2006 +0200
+++ b/src/common/packet.h	Wed Sep 06 15:19:03 2006 +0200
@@ -62,6 +62,12 @@
 
 }; // namespace ns3
 
+
+/**************************************************
+    Start of implementation of templates defined
+    above
+ *************************************************/
+
 namespace ns3 {
 
 template <typename T>