From 1edf680464ebe46c177c4986d782af5216249050 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 23 Sep 2019 16:46:31 -0700 Subject: [PATCH] . --- {osdep => attic}/Http.cpp | 0 {osdep => attic}/Http.hpp | 0 {osdep => attic}/Phy.hpp | 0 {osdep => attic}/PortMapper-libnatpmp.c | 0 {osdep => attic}/PortMapper-miniupnpc.c | 0 {osdep => attic}/PortMapper.cpp | 0 {osdep => attic}/PortMapper.hpp | 0 osdep/CMakeLists.txt | 7 ------- 8 files changed, 7 deletions(-) rename {osdep => attic}/Http.cpp (100%) rename {osdep => attic}/Http.hpp (100%) rename {osdep => attic}/Phy.hpp (100%) rename {osdep => attic}/PortMapper-libnatpmp.c (100%) rename {osdep => attic}/PortMapper-miniupnpc.c (100%) rename {osdep => attic}/PortMapper.cpp (100%) rename {osdep => attic}/PortMapper.hpp (100%) diff --git a/osdep/Http.cpp b/attic/Http.cpp similarity index 100% rename from osdep/Http.cpp rename to attic/Http.cpp diff --git a/osdep/Http.hpp b/attic/Http.hpp similarity index 100% rename from osdep/Http.hpp rename to attic/Http.hpp diff --git a/osdep/Phy.hpp b/attic/Phy.hpp similarity index 100% rename from osdep/Phy.hpp rename to attic/Phy.hpp diff --git a/osdep/PortMapper-libnatpmp.c b/attic/PortMapper-libnatpmp.c similarity index 100% rename from osdep/PortMapper-libnatpmp.c rename to attic/PortMapper-libnatpmp.c diff --git a/osdep/PortMapper-miniupnpc.c b/attic/PortMapper-miniupnpc.c similarity index 100% rename from osdep/PortMapper-miniupnpc.c rename to attic/PortMapper-miniupnpc.c diff --git a/osdep/PortMapper.cpp b/attic/PortMapper.cpp similarity index 100% rename from osdep/PortMapper.cpp rename to attic/PortMapper.cpp diff --git a/osdep/PortMapper.hpp b/attic/PortMapper.hpp similarity index 100% rename from osdep/PortMapper.hpp rename to attic/PortMapper.hpp diff --git a/osdep/CMakeLists.txt b/osdep/CMakeLists.txt index 538e3f7ea..0e4b584c0 100644 --- a/osdep/CMakeLists.txt +++ b/osdep/CMakeLists.txt @@ -3,14 +3,10 @@ project(zt_osdep) set(src Arp.cpp - Http.cpp EthernetTap.cpp ManagedRoute.cpp NeighborDiscovery.cpp OSUtils.cpp - PortMapper.cpp - PortMapper-miniupnpc.c - PortMapper-libnatpmp.c ) set(headers @@ -18,11 +14,8 @@ set(headers Binder.hpp BlockingQueue.hpp EthernetTap.hpp - Http.hpp ManagedRoute.hpp OSUtils.hpp - Phy.hpp - PortMapper.hpp Thread.hpp )