Disable copy contructors
This commit is contained in:
@@ -212,6 +212,8 @@ public:
|
||||
EmuNetDevice::EncapsulationMode GetEncapsulationMode (void) const;
|
||||
|
||||
private:
|
||||
EmuNetDevice (const EmuNetDevice &);
|
||||
EmuNetDevice & operator= (const EmuNetDevice &);
|
||||
|
||||
virtual void DoDispose (void);
|
||||
|
||||
|
||||
@@ -313,6 +313,9 @@ protected:
|
||||
/** Get accessor for the \c m_qosSupported member */
|
||||
bool GetQosSupported () const;
|
||||
private:
|
||||
RegularWifiMac (const RegularWifiMac &);
|
||||
RegularWifiMac & operator= (const RegularWifiMac &);
|
||||
|
||||
/**
|
||||
* This method is a private utility invoked to configure the channel
|
||||
* access function for the specified Access Category.
|
||||
|
||||
Reference in New Issue
Block a user