Updated has_incoming_data comment.
This commit is contained in:
@@ -318,6 +318,8 @@ feature -- Status Report
|
||||
end
|
||||
|
||||
has_incoming_data: BOOLEAN
|
||||
-- Check if Current has available data to be read.
|
||||
-- note: no data will not be removed from the queue.
|
||||
do
|
||||
if attached {TCP_STREAM_SOCKET} socket as l_socket then
|
||||
Result := l_socket.has_incoming_data
|
||||
|
||||
@@ -106,6 +106,8 @@ feature -- Output
|
||||
feature -- Status report
|
||||
|
||||
has_incoming_data: BOOLEAN
|
||||
-- Check if Current has available data to be read.
|
||||
-- note: no data will not be removed from the queue.
|
||||
require
|
||||
socket_exists: exists
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user