CVS difference for test-submit/c3/cy30029.a

Differences between 1.1 and version 1.2
Log of other versions for file test-submit/c3/cy30029.a

--- test-submit/c3/cy30029.a	2005/12/30 02:24:42	1.1
+++ test-submit/c3/cy30029.a	2006/01/12 00:45:24	1.2
@@ -34,6 +34,7 @@
 --
 --  CHANGE HISTORY:
 --     08 April 2005 Initial Version
+--     05 Jan   2006 Addition of "limited" to the private type declarations
 --!
 with Report;
 
@@ -53,11 +54,11 @@
       --  --------------------------------------------------------------------
 
       --  --------------------------------------------------------------------
-      type Task_7_SI1_SI5 is new SI1 and SI5 with private;            -- OK
+      type Task_7_SI1_SI5 is limited new SI1 and SI5 with private;    -- OK
       --  --------------------------------------------------------------------
-      type Task_8_SI1_SI5 is new SI1 and SI5 with private;            -- OK
+      type Task_8_SI1_SI5 is limited new SI1 and SI5 with private;    -- OK
       --  --------------------------------------------------------------------
-      type Task_9_SI1_SI5 is new SI1 and SI5 with private;            -- OK
+      type Task_9_SI1_SI5 is limited new SI1 and SI5 with private;    -- OK
       --  --------------------------------------------------------------------
 
    private

Questions? Ask the ACAA Technical Agent