|
|
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: T V
Length: 786 (0x312)
Types: TextFile
Names: »V«
└─⟦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⟧
package Activity_Utilities is
procedure Unset (For_Job : Boolean := True; For_Session : Boolean := True);
-- Associates Activity_Implementation.Null_Activity with the
-- current job and/or session.
function Current_Spec_View (For_Subsystem : String) return String;
function Current_Load_View (For_Subsystem : String) return String;
-- Returns the full pathname of the specified subsystem view in
-- the activity file currently associated with this job (or session
-- if none).
function Current_Subsystem return String;
function Current_View return String;
-- Returns the full pathname of the subsystem or view that
-- encloses the current context.
Error : exception;
-- Raised for all problems.
end Activity_Utilities;