From bde6580ce8da80e8cad3186745cf32ea62d7fc08 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 6 Jul 2011 15:34:11 +0000 Subject: [PATCH] Added limitation on agents targeted to objects of separate types. Author:halw Date:2011-07-06T15:34:11.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@931 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index de4f1c15..b2f3601c 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -59,6 +59,10 @@ Also, if you use an anchored declaration such as: and the type of my_query is separate, you should make sure you are using revision 86657 or later. +==Agents targeted to objects of separate types== + +In version 6.8, agents targeted on separate objects are not supported. + =Implementation dependent behavior=