From d42bef4ea48eee30db2ab6ec45c432af83601a5d Mon Sep 17 00:00:00 2001 From: halw Date: Sun, 22 Apr 2012 19:14:40 +0000 Subject: [PATCH] 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 --- .../eiffelnet-tutorial/obtaining-finer-degree-control.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/obtaining-finer-degree-control.wiki b/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/obtaining-finer-degree-control.wiki index 768377bb..877f809f 100644 --- a/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/obtaining-finer-degree-control.wiki +++ b/documentation/current/solutions/networking/eiffelnet/eiffelnet-tutorial/obtaining-finer-degree-control.wiki @@ -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