-- ============================================================================ -- >>>>>>>>>>>>>>>>>>>>>>>>>> ADA COMPILATION UNIT <<<<<<<<<<<<<<<<<<<<<<<<<<<< -- ============================================================================ -- -- NAME: Dump_Region_View -- -- SPECIFICATION -- -- AUTHOR: Chuck Hobin -- General Research Corporation -- -- CHANGE HISTORY -- -- MM-DD-YY | Initials | Description -- ---------------------------------------------------------------------------- -- -- ============================================================================ with Region_View_Structures; with Text_Io; package Dump_Region_View is --| Dump writes a textual representation of a region view to a file for --| debugging purposes. procedure Dump (The_View : in Region_View_Structures.Region_View; To_The_File : in Text_Io.File_Type := Text_Io.Standard_Output); end Dump_Region_View;