move Tcp to TcpSocketFactory

This commit is contained in:
Tom Henderson
2008-05-20 12:16:55 -07:00
parent e6bd2a7a6a
commit 8dc2460416
10 changed files with 43 additions and 42 deletions

View File

@@ -27,7 +27,7 @@ def build(bld):
'packet-socket.cc',
'udp-socket.cc',
'udp-socket-factory.cc',
'tcp.cc',
'tcp-socket-factory.cc',
'ipv4.cc',
'application.cc',
'simple-channel.cc',
@@ -60,7 +60,7 @@ def build(bld):
'packet-socket-factory.h',
'udp-socket.h',
'udp-socket-factory.h',
'tcp.h',
'tcp-socket-factory.h',
'ipv4.h',
'application.h',
'simple-channel.h',