------------------------------------------------------------------ -- -- NAME: CGI_OPS -- DISCREPANCY REPORTS: -- ------------------------------------------------------------------ -- File: CGI_OPS.ADA -- Level: 1a,2a,1b,2b,1c,2c with CGI; use CGI; package CGI_OPS is -- Package CGI_OPS provides subprograms to allocate a new CGI_INSTR -- with new designated objects for the access-type components and to -- deallocate the designated objects in a given CGI_INSTR; function COPY (INSTR : in CGI_INSTR) return CGI_INSTR; procedure FREE (INSTR : in out CGI_INSTR); end CGI_OPS;