use a specific type if you can
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Apr 09 17:27:56 2008 -0700 (22 months ago)
changeset 2935c24722e09df2
parent 2934 5bdc12f09798
child 2936 d108e5f0bd3e
use a specific type if you can
src/devices/wifi/wifi-net-device.cc
     1.1 --- a/src/devices/wifi/wifi-net-device.cc	Wed Apr 09 17:27:12 2008 -0700
     1.2 +++ b/src/devices/wifi/wifi-net-device.cc	Wed Apr 09 17:27:56 2008 -0700
     1.3 @@ -40,7 +40,7 @@
     1.4                     Pointer (),
     1.5                     MakePointerAccessor (&WifiNetDevice::DoGetChannel,
     1.6                                          &WifiNetDevice::SetChannel),
     1.7 -                   MakePointerChecker<Channel> ())
     1.8 +                   MakePointerChecker<WifiChannel> ())
     1.9      .AddAttribute ("Phy", "XXX",
    1.10                     Pointer (),
    1.11                     MakePointerAccessor (&WifiNetDevice::GetPhy,