changeset 1998 | 41cd4e5694c2 |
parent 1978 | cc905522d049 |
child 2002 | 32903f9a7315 |
--- a/src/devices/wifi/wifi-net-device.h Thu Oct 18 11:25:33 2007 +0200 +++ b/src/devices/wifi/wifi-net-device.h Thu Oct 18 11:50:35 2007 +0200 @@ -70,6 +70,7 @@ protected: WifiNetDevice (Ptr<Node> node); void DoForwardUp (Packet packet, const Mac48Address &from); + virtual void DoDispose (void); DcaTxop *CreateDca (uint32_t minCw, uint32_t maxCw) const; Ptr<WifiChannel> m_channel;