diff options
author | Joseph Henry <josephjah@gmail.com> | 2015-11-20 01:08:38 -0800 |
---|---|---|
committer | Joseph Henry <josephjah@gmail.com> | 2015-11-20 01:08:38 -0800 |
commit | 1f27022fa75b71ce7da63ffa47b457622e74d6a1 (patch) | |
tree | 4c562cf1fc12d2fbd3691f01859882f196b3a910 /netcon/NetconService.hpp | |
parent | 9a25a627bba4a00465a3648b82fc89f61b980ed1 (diff) | |
download | infinitytier-1f27022fa75b71ce7da63ffa47b457622e74d6a1.tar.gz infinitytier-1f27022fa75b71ce7da63ffa47b457622e74d6a1.zip |
Test/Code Refactor in preparation for merge
Diffstat (limited to 'netcon/NetconService.hpp')
-rw-r--r-- | netcon/NetconService.hpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp index 41d745c2..edb5dc81 100644 --- a/netcon/NetconService.hpp +++ b/netcon/NetconService.hpp @@ -42,12 +42,10 @@ using namespace std; namespace ZeroTier { class NetconEthernetTap; - - // prototypes class TcpConnection; /* - * + * TCP connection administered by service */ class TcpConnection { @@ -79,8 +77,6 @@ namespace ZeroTier { TcpConnection *conn; Larg(NetconEthernetTap *_tap, TcpConnection *conn) : tap(_tap), conn(conn) {} }; - - } // namespace ZeroTier #endif |