equal
deleted
inserted
replaced
210 * \returns The encapsulation mode of this device. |
210 * \returns The encapsulation mode of this device. |
211 */ |
211 */ |
212 EmuNetDevice::EncapsulationMode GetEncapsulationMode (void) const; |
212 EmuNetDevice::EncapsulationMode GetEncapsulationMode (void) const; |
213 |
213 |
214 private: |
214 private: |
|
215 EmuNetDevice (const EmuNetDevice &); |
|
216 EmuNetDevice & operator= (const EmuNetDevice &); |
215 |
217 |
216 virtual void DoDispose (void); |
218 virtual void DoDispose (void); |
217 |
219 |
218 /** |
220 /** |
219 * Call out to a separate process running as suid root in order to get a raw |
221 * Call out to a separate process running as suid root in order to get a raw |