src/common/mtag.cc
changeset 3035 644bfc099992
child 3040 e11e106c7c19
equal deleted inserted replaced
3034:b96c58f42432 3035:644bfc099992
       
     1 #include "mtag.h"
       
     2 
       
     3 namespace ns3 {
       
     4 
       
     5 TypeId 
       
     6 Mtag::GetTypeId (void)
       
     7 {
       
     8   static TypeId tid = TypeId ("ns3::Mtag")
       
     9     .SetParent<ObjectBase> ()
       
    10     ;
       
    11   return tid;
       
    12 }
       
    13 
       
    14 
       
    15 } // namespace ns3