src/common/mtag.cc
changeset 3041 a624276a897b
parent 3040 e11e106c7c19
child 3042 d0a9677d5452
--- a/src/common/mtag.cc	Thu Apr 24 16:03:13 2008 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#include "mtag.h"
-
-namespace ns3 {
-
-TypeId 
-Tag::GetTypeId (void)
-{
-  static TypeId tid = TypeId ("ns3::Tag")
-    .SetParent<ObjectBase> ()
-    ;
-  return tid;
-}
-
-
-} // namespace ns3