CVS difference for ai05s/ai05-0069-1.txt

Differences between 1.5 and version 1.6
Log of other versions for file ai05s/ai05-0069-1.txt

--- ai05s/ai05-0069-1.txt	2008/12/02 06:01:19	1.5
+++ ai05s/ai05-0069-1.txt	2009/03/23 21:49:45	1.6
@@ -1,4 +1,4 @@
-!standard  A.18.17(0)                                   07-11-26    AI05-0069-1/03
+!standard  A.18.17(0)                                   09-03-23    AI05-0069-1/04
 !class Amendment 07-10-24
 !status Amendment 201Z 08-11-26
 !status ARG Approved  9-0-0  06-11-10
@@ -86,7 +86,7 @@
     procedure Update_Element (Container : in Holder;
                               Process   : not null access procedure (Element : in out Element_Type));
       -- If Container is empty, Constraint_Error is propagated.
-      -- Otherwise, Query_Element calls Process.all with the contained element as
+      -- Otherwise, Update_Element calls Process.all with the contained element as
       -- the argument. Program_Error is raised if Process.all tampers with the elements
       -- of Container. Any exception raised by Process.all is propagated.
 
@@ -246,7 +246,7 @@
                           Process   : not null access procedure (Element : in out Element_Type));
 
 If Container is empty, Constraint_Error is propagated.
-Otherwise, Query_Element calls Process.all with the contained element as
+Otherwise, Update_Element calls Process.all with the contained element as
 the argument. Program_Error is raised if Process.all tampers with the elements
 of Container. Any exception raised by Process.all is propagated.
 

Questions? Ask the ACAA Technical Agent