|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 1042 (0x412)
Types: TextFile
Names: »B«
└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
└─⟦5cb1d1d7f⟧ »DATA«
└─⟦3b1ee7bd8⟧
└─⟦this⟧
with Prompt_Pkg;
separate (Tracker)
package body Milestone_Pkg is
-------------------------------------------------------------------------------
--|
--| NAME: MILESTONE_PKG
--|
--| OVERVIEW:
--| This package defines the actions that can be performed on
--| milestone data types (defined in DATA_PKG).
--|
--| EXCEPTIONS HANDLED:
--| none
--|
--| HISTORY:
--| written by May Lee March 1985
--|
-------------------------------------------------------------------------------
-- instantiation of generic list handler done in DATA_PKG
use El_List_Pkg;
use Ms_List_Pkg;
procedure Change_Ms_In_El (Ms_Record : in Milestone_Pointer;
New_Number : in Ms_Num_Type) is separate;
procedure Ms_Add is separate;
procedure Ms_Initialize is separate;
procedure Ms_Set_Up is separate;
procedure Ms_Delete is separate;
procedure Ms_Modify is separate;
procedure Ms_Save is separate;
end Milestone_Pkg;