gcc:
[official-gcc.git] / gcc / ada / a-dispat.ads
blob5403653cafbd3beae6a68e57755944963c8bac6d
1 ------------------------------------------------------------------------------
2 -- --
3 -- GNAT RUN-TIME COMPONENTS --
4 -- --
5 -- A D A . D I S P A T C H I N G --
6 -- --
7 -- S p e c --
8 -- --
9 -- Copyright (C) 2006, Free Software Foundation, Inc. --
10 -- --
11 -- This specification is adapted from the Ada Reference Manual for use with --
12 -- GNAT. In accordance with the copyright of that document, you can freely --
13 -- copy and modify this specification, provided that if you redistribute a --
14 -- modified version, any changes that you have made are clearly indicated. --
15 -- --
16 ------------------------------------------------------------------------------
18 package Ada.Dispatching is
19 pragma Pure (Dispatching);
21 Dispatching_Policy_Error : exception;
22 end Ada.Dispatching;