changeset 1133 | 2878564d62ff |
parent 1126 | 06484dd65e76 |
child 1151 | 527d7b7e25af |
1132:de8ccffc8485 | 1133:2878564d62ff |
---|---|
28 |
28 |
29 namespace ns3 { |
29 namespace ns3 { |
30 |
30 |
31 bool EthernetTrailer::m_calcFcs = false; |
31 bool EthernetTrailer::m_calcFcs = false; |
32 |
32 |
33 const char * |
33 std::string |
34 EthernetTrailer::GetUid (void) |
34 EthernetTrailer::GetUid (void) |
35 { |
35 { |
36 return "EthernetTrailer.ns3"; |
36 return "EthernetTrailer.ns3"; |
37 } |
37 } |
38 |
38 |