2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / ada / acats / support / impdefe.a
blobae9f651b9bc63a92183c10d254c57f3af2179e6e
1 -- IMPDEFE.A
2 --
3 -- Grant of Unlimited Rights
4 --
5 -- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
6 -- F08630-91-C-0015, and DCA100-97-D-0025, the U.S. Government obtained
7 -- unlimited rights in the software and documentation contained herein.
8 -- Unlimited rights are defined in DFAR 252.227-7013(a)(19). By making
9 -- this public release, the Government intends to confer upon all
10 -- recipients unlimited rights equal to those held by the Government.
11 -- These rights include rights to use, duplicate, release or disclose the
12 -- released technical data and computer software in whole or in part, in
13 -- any manner and for any purpose whatsoever, and to have or permit others
14 -- to do so.
16 -- DISCLAIMER
18 -- ALL MATERIALS OR INFORMATION HEREIN RELEASED, MADE AVAILABLE OR
19 -- DISCLOSED ARE AS IS. THE GOVERNMENT MAKES NO EXPRESS OR IMPLIED
20 -- WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING THE CONDITIONS OF THE
21 -- SOFTWARE, DOCUMENTATION OR OTHER INFORMATION RELEASED, MADE AVAILABLE
22 -- OR DISCLOSED, OR THE OWNERSHIP, MERCHANTABILITY, OR FITNESS FOR A
23 -- PARTICULAR PURPOSE OF SAID MATERIAL.
24 --*
26 -- DESCRIPTION:
27 -- This package provides tailorable entities for a particular
28 -- implementation. Each entity may be modified to suit the needs
29 -- of the implementation. Default values are provided to act as
30 -- a guide.
32 -- The entities in this package are those which are used exclusively
33 -- in tests for Annex E (Distributed Systems).
34 --
35 -- APPLICABILITY CRITERIA:
36 -- This package is only required for implementations validating the
37 -- Distributed Systems Annex.
38 --
39 -- CHANGE HISTORY:
40 -- 29 Jan 96 SAIC Initial version for ACVC 2.1.
42 --!
44 package ImpDef.Annex_E is
46 --=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====--
48 -- The Max_RPC_Call_Time value is the longest time a test needs to wait for
49 -- an RPC to complete. Included in this time is the time for the called
50 -- procedure to make a task entry call where the task is ready to accept
51 -- the call.
53 Max_RPC_Call_Time : constant Duration := 2.0;
54 -- ^^^ --- MODIFY HERE AS NEEDED
56 --=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====-=====--
58 end ImpDef.Annex_E;