|
|
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: 910 (0x38e)
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⟧
-- This package provides two different version of the browser.
--
with Subtypes;
use Subtypes;
package Browser is
procedure Browse_Catalog_In
(This_Library : in Full_Name; Response : in String);
--
-- Attempts to resolve the Data File in the specified library, parse
-- it, and bring up the browser.
procedure Browse_Catalog_In (This_Library : in String;
Default_Version : in Full_Name;
Response : in String);
--
-- This version of the browser is "with"ed by the load-proc.
--
-- The library can be any library which contains a Data File, or it
-- can be the special name "<DEFAULT_LIBRARY>", in which case the
-- argument to "Default_Version" is used instead.
--
-- NOTE: Do not change the name of this procedure without also changing
-- the name of the
end Browser;