More cleanup of old stuff.

This commit is contained in:
Adam Ierymenko 2018-01-26 21:34:56 -05:00
parent 939ab43ceb
commit 6d8e1e8783
9 changed files with 24 additions and 66 deletions

View file

@ -35,7 +35,6 @@
#include "Constants.hpp"
#include "Mutex.hpp"
#include "MAC.hpp"
#include "NonCopyable.hpp"
#include "Packet.hpp"
#include "Utils.hpp"
#include "InetAddress.hpp"
@ -58,7 +57,7 @@ class Peer;
* packets from tap devices, and this sends them where they need to go and
* wraps/unwraps accordingly. It also handles queues and timeouts and such.
*/
class Switch : NonCopyable
class Switch
{
public:
Switch(const RuntimeEnvironment *renv);