changeset 2602 | d9262bff6df2 |
parent 2592 | 3ebf97150166 |
child 2686 | e8cdac3c936f |
--- a/src/devices/wifi/adhoc-wifi-mac.cc Thu Mar 13 11:21:12 2008 -0700 +++ b/src/devices/wifi/adhoc-wifi-mac.cc Thu Mar 13 12:56:49 2008 -0700 @@ -36,7 +36,7 @@ TypeId AdhocWifiMac::GetTypeId (void) { - static TypeId tid = TypeId ("AdhocWifiMac") + static TypeId tid = TypeId ("ns3::AdhocWifiMac") .SetParent<WifiMac> () .AddConstructor<AdhocWifiMac> () ;