mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user