--| +=========================================================================+ --| | | --| | REFERENCE_SCAN.SCAN_PARAMETER_ASSOCIATION_LIST (body) | --| | | --| | Greg Janee | --| | General Research Corporation | --| | | --| +=========================================================================+ separate (Reference_Scan) procedure Scan_Parameter_Association_List (The_List : in Asis.Association_List; The_Context : in Context) is Cuid : constant String := "Reference_Scan.Scan_Parameter_Association_List"; Puid : constant String := "Scan_Parameter_Association_List"; The_Association : Asis.Association; begin for I in The_List'Range loop The_Association := The_List (I); Reference_Scan.Scan_Parameter_Association (The_Association, The_Context); end loop; end Scan_Parameter_Association_List;