Completed configuration setting to be compilable with recent changes in EiffelNet / NETWORK_STREAM_SOCKET interface.

This commit is contained in:
2015-03-12 22:16:28 +01:00
parent f0a49aaf0a
commit 5f4ab50bf9

View File

@@ -17,7 +17,8 @@ create
make_server_by_port make_server_by_port
create {NETWORK_STREAM_SOCKET} create {NETWORK_STREAM_SOCKET}
make_from_descriptor_and_address make_from_descriptor_and_address,
make_empty
feature {NONE} -- Initialization feature {NONE} -- Initialization
@@ -75,8 +76,8 @@ feature -- Status report
retval := c_select_poll_with_timeout (descriptor, True, 0) retval := c_select_poll_with_timeout (descriptor, True, 0)
Result := (retval > 0) Result := (retval > 0)
end end
note note
copyright: "2011-2011, Javier Velilla and others" copyright: "2011-2015, Javier Velilla and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end end