changeset 3040 | e11e106c7c19 |
parent 3035 | 644bfc099992 |
3039:722cf749a9e3 | 3040:e11e106c7c19 |
---|---|
1 #include "mtag.h" |
1 #include "mtag.h" |
2 |
2 |
3 namespace ns3 { |
3 namespace ns3 { |
4 |
4 |
5 TypeId |
5 TypeId |
6 Mtag::GetTypeId (void) |
6 Tag::GetTypeId (void) |
7 { |
7 { |
8 static TypeId tid = TypeId ("ns3::Mtag") |
8 static TypeId tid = TypeId ("ns3::Tag") |
9 .SetParent<ObjectBase> () |
9 .SetParent<ObjectBase> () |
10 ; |
10 ; |
11 return tid; |
11 return tid; |
12 } |
12 } |
13 |
13 |