CVS difference for acats/b3/b394a03.a

Differences between 1.1 and version 1.2
Log of other versions for file acats/b3/b394a03.a

--- acats/b3/b394a03.a	2008/01/01 05:44:08	1.1
+++ acats/b3/b394a03.a	2008/12/06 03:14:38	1.2
@@ -53,6 +53,8 @@
 --
 -- CHANGE HISTORY:
 --     29 Oct 2007 RLB Created test.
+--     05 Dec 2008 RLB Corrected declarations that violate 7.3(7.1/2) and
+--                     12.5.1(5/2).
 --
 with F394A00;
 package B394A03 is
@@ -75,7 +77,7 @@
 
     type Priv01 is synchronized new F394A00.Lim_Interface
                    and F394A00.Task_Interface with private;          -- OK.
-    type Priv02 is limited new Interf04
+    type Priv02 is synchronized new Interf04
                    and F394A00.Lim_Interface with private;           -- OK.
     type Priv03 is synchronized new F394A00.Task_Interface
                                               with private;          -- OK.
@@ -105,7 +107,7 @@
 
         type GDer01 is synchronized new F394A00.Task_Interface
                                                 with private;        -- OK.
-        type GDer02 is limited new Interf04 and F394A00.Task_Interface
+        type GDer02 is synchronized new Interf04 and F394A00.Task_Interface
                                                 with private;        -- OK.
         type GDer03 is synchronized new F394A00.Prot_Interface
                      and F394A00.Task_Interface with private;        -- ERROR:

Questions? Ask the ACAA Technical Agent