SConstruct
changeset 619 528f0554b677
parent 605 3a62e5c4de75
child 622 6bec6931e4f8
--- a/SConstruct	Mon May 14 12:37:55 2007 +0200
+++ b/SConstruct	Mon May 14 12:59:44 2007 +0200
@@ -207,6 +207,7 @@
     'channel.cc',
     'node-list.cc',
     'socket.cc',
+    'i-socket-factory.cc',
     'i-udp.cc',
     'i-ipv4.cc',
     'application.cc',
@@ -223,6 +224,7 @@
     'channel.h',
     'node-list.h',
     'socket.h',
+    'i-socket-factory.h',
     'i-udp.h',
     'i-ipv4.h',
     'application.h',
@@ -263,7 +265,7 @@
     'header-utils.cc',
     'udp-socket.cc',
     'ipv4-end-point-demux.cc',
-    'i-udp-impl.cc',
+    'i-udp-socket-factory-impl.cc',
     'i-arp-private.cc',
     'i-ipv4-impl.cc',
     'i-ipv4-private.cc',
@@ -283,7 +285,7 @@
     'queue.h',
     'arp-ipv4-interface.h',
     'udp-socket.h',
-    'i-udp-impl.h',
+    'i-udp-socket-factory-impl.h',
     'udp.h',
     'i-arp-private.h',
     'i-ipv4-impl.h',