Skip to content

Commit 5f4ab50

Browse files
committed
Completed configuration setting to be compilable with recent changes in EiffelNet / NETWORK_STREAM_SOCKET interface.
1 parent f0a49aa commit 5f4ab50

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

contrib/library/network/server/nino/library/tcp_stream_socket.e

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ create
1717
make_server_by_port
1818

1919
create {NETWORK_STREAM_SOCKET}
20-
make_from_descriptor_and_address
20+
make_from_descriptor_and_address,
21+
make_empty
2122

2223
feature {NONE} -- Initialization
2324

@@ -75,8 +76,8 @@ feature -- Status report
7576
retval := c_select_poll_with_timeout (descriptor, True, 0)
7677
Result := (retval > 0)
7778
end
78-
79+
7980
note
80-
copyright: "2011-2011, Javier Velilla and others"
81+
copyright: "2011-2015, Javier Velilla and others"
8182
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
8283
end

0 commit comments

Comments
 (0)