typos in WifiChannel
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Apr 09 17:27:12 2008 -0700 (22 months ago)
changeset 29345bdc12f09798
parent 2933 c7983cfa2cb3
child 2935 c24722e09df2
typos in WifiChannel
src/devices/wifi/wifi-channel.cc
src/devices/wifi/wifi-channel.h
     1.1 --- a/src/devices/wifi/wifi-channel.cc	Wed Apr 09 14:58:52 2008 -0700
     1.2 +++ b/src/devices/wifi/wifi-channel.cc	Wed Apr 09 17:27:12 2008 -0700
     1.3 @@ -33,10 +33,10 @@
     1.4  namespace ns3 {
     1.5  
     1.6  TypeId 
     1.7 -WifiChannel::GetTypdId (void)
     1.8 +WifiChannel::GetTypeId (void)
     1.9  {
    1.10    static TypeId tid = TypeId ("ns3::WifiChannel")
    1.11 -    .SetParent<WifiChannel> ()
    1.12 +    .SetParent<Channel> ()
    1.13      .AddConstructor<WifiChannel> ()
    1.14      .AddAttribute ("PropagationLossModel", "XXX",
    1.15                     Pointer (),
     2.1 --- a/src/devices/wifi/wifi-channel.h	Wed Apr 09 14:58:52 2008 -0700
     2.2 +++ b/src/devices/wifi/wifi-channel.h	Wed Apr 09 17:27:12 2008 -0700
     2.3 @@ -47,7 +47,7 @@
     2.4  class WifiChannel : public Channel
     2.5  {
     2.6  public:
     2.7 -  static TypeId GetTypdId (void);
     2.8 +  static TypeId GetTypeId (void);
     2.9  
    2.10    WifiChannel ();
    2.11    virtual ~WifiChannel ();