src/devices/wifi/dca-txop.h
changeset 4405 938c96b15fa7
parent 3745 73e7bb607014
child 4462 67b55159dd9e
child 4987 1bee3ec2793d
--- a/src/devices/wifi/dca-txop.h	Fri Apr 24 09:16:28 2009 +0200
+++ b/src/devices/wifi/dca-txop.h	Fri Apr 24 09:57:16 2009 +0200
@@ -115,6 +115,9 @@
   friend class TransmissionListener;
   friend class WifiRemoteStation;
 
+  DcaTxop &operator = (const DcaTxop &);
+  DcaTxop (const DcaTxop &o);
+
   // Inherited from ns3::Object
   Ptr<MacLow> Low (void);