-- -- -------------------------------------------------------------------------------- -- -- OSI_Exceptions -- -- This package exports the exceptions used throughout the OSI -- packages. -- -- -- -- -- Gerardo A. Colon -- 11 July 1990 -- -- Science Applications International Corporation --
311 Park Place Boulevard, Suite 360 --
Clearwater, Florida 34619 -- -- Developed for the STARS program under task S40. -- -- -- -- -- Dependencies => -- ( Operating_System => None , -- Compiler => None , -- Device => None ) ; -- -- -------------------------------------------------------------------------------- pragma Page ; -------------------------------------------------------------------------------- -- package OSI_Exceptions (body). -------------------------------------------------------------------------------- package body OSI_Exceptions is -- -- The body of this package is null. In order to include a pragma Elaborate -- in the packages that "with" this package, the package needs to have a -- body. Refer to section 10.5 of the Portability Guide in "Portability -- and style in Ada, Nissen and Wallis". -- end OSI_Exceptions ; --