Fixed code in "Communications between two different machines" to match void-safe pattern in examples.

Author:halw
Date:2012-04-22T19:14:40.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1076 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-04-22 19:14:40 +00:00
parent db8a13e2cc
commit d42bef4ea4

View File

@@ -207,7 +207,7 @@ creation
feature
soc1, soc2: NETWORK_STREAM_SOCKET
soc1: detachable NETWORK_STREAM_SOCKET
make
-- Accept communication with client and exchange messages.
@@ -235,7 +235,7 @@ creation
feature
soc1: NETWORK_STREAM_SOCKET
soc1: detachable NETWORK_STREAM_SOCKET
make
do