Add abstract base class TcpSocket

This commit is contained in:
Tom Henderson
2008-05-20 12:36:05 -07:00
parent c21d79a87b
commit 49d5404bfc
3 changed files with 5 additions and 3 deletions

View File

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