From 30396332d1f313d34663e9f891673a5da4bccc34 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Thu, 5 May 2016 08:49:12 +0000 Subject: [PATCH] Update wikipage How to build a concurrent graphical application: EiffelVision with SCOOP. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1560 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...ncurrent-graphical-application--EiffelVision-with-SCOOP.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki index 355d9213..2fc73005 100644 --- a/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki +++ b/documentation/trunk/solutions/gui-building/eiffelvision-2/How-to-build-a-concurrent-graphical-application--EiffelVision-with-SCOOP.wiki @@ -30,6 +30,6 @@ Now you can start using EiffelVision as you are used to, by sending GUI requests * For requests coming from the same processor just use the EV_APPLICATION object directly. * For requests coming from another processor, you can get the access through the feature ev_separate_application of class EV_SHARED_APPLICATION. -Note that only one EV_APPLICATION object can be used, therefore all GUI objects have to be created in the region of this object. +Note that only one EV_APPLICATION object can be used, therefore all GUI objects have to be created in the region of this object. That's all! Happy concurrent Eiffeling. \ No newline at end of file