We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a49aa commit 5f4ab50Copy full SHA for 5f4ab50
contrib/library/network/server/nino/library/tcp_stream_socket.e
@@ -17,7 +17,8 @@ create
17
make_server_by_port
18
19
create {NETWORK_STREAM_SOCKET}
20
- make_from_descriptor_and_address
+ make_from_descriptor_and_address,
21
+ make_empty
22
23
feature {NONE} -- Initialization
24
@@ -75,8 +76,8 @@ feature -- Status report
75
76
retval := c_select_poll_with_timeout (descriptor, True, 0)
77
Result := (retval > 0)
78
end
-
79
+
80
note
- copyright: "2011-2011, Javier Velilla and others"
81
+ copyright: "2011-2015, Javier Velilla and others"
82
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
83
0 commit comments