changeset 3725 | c27c944e2ec4 |
parent 3604 | a84d99890289 |
child 3736 | 9819ffe46a68 |
--- a/src/devices/wifi/adhoc-wifi-mac.h Thu Oct 02 15:04:28 2008 +0200 +++ b/src/devices/wifi/adhoc-wifi-mac.h Thu Oct 02 17:05:16 2008 +0200 @@ -85,6 +85,7 @@ /* invoked by the MacLows. */ void ForwardUp (Ptr<Packet> packet, WifiMacHeader const*hdr); AdhocWifiMac (const AdhocWifiMac & ctor_arg); + AdhocWifiMac &operator = (const AdhocWifiMac &o); Mac48Address GetBssid (void) const; Ptr<DcaTxop> m_dca;