Disable copy contructors

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-03-22 15:40:49 +00:00
parent 58da63dd1f
commit 74d393ebbf
2 changed files with 5 additions and 0 deletions

View File

@@ -212,6 +212,8 @@ public:
EmuNetDevice::EncapsulationMode GetEncapsulationMode (void) const;
private:
EmuNetDevice (const EmuNetDevice &);
EmuNetDevice & operator= (const EmuNetDevice &);
virtual void DoDispose (void);

View File

@@ -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.