equal
deleted
inserted
replaced
235 } |
235 } |
236 |
236 |
237 MacLow::~MacLow () |
237 MacLow::~MacLow () |
238 { |
238 { |
239 CancelAllEvents (); |
239 CancelAllEvents (); |
|
240 m_phy = 0; |
240 } |
241 } |
241 |
242 |
242 void |
243 void |
243 MacLow::CancelAllEvents (void) |
244 MacLow::CancelAllEvents (void) |
244 { |
245 { |
302 MacLow::SetDevice (Ptr<WifiNetDevice> device) |
303 MacLow::SetDevice (Ptr<WifiNetDevice> device) |
303 { |
304 { |
304 m_device = device; |
305 m_device = device; |
305 } |
306 } |
306 void |
307 void |
307 MacLow::SetPhy (WifiPhy *phy) |
308 MacLow::SetPhy (Ptr<WifiPhy> phy) |
308 { |
309 { |
309 m_phy = phy; |
310 m_phy = phy; |
310 } |
311 } |
311 void |
312 void |
312 MacLow::SetParameters (MacParameters *parameters) |
313 MacLow::SetParameters (MacParameters *parameters) |