|
|
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: 931 (0x3a3)
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 Activity_Pkg is
--------------------------------------------------------------------------------
--| NAME: ACTIVITY_PKG
--|
--| OVERVIEW:
--| This package defines the actions that can be performed on an
--| activity (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 Ac_List_Pkg;
use Ss_List_Pkg;
use Boolean_Text_Io;
procedure Ac_Add is separate;
procedure Ac_Initialize is separate;
procedure Ac_Set_Up is separate;
procedure Ac_Delete is separate;
procedure Ac_Modify is separate;
procedure Ac_Save is separate;
end Activity_Pkg;