|
|
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: 749 (0x2ed)
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⟧
WITH Link_Tools;
WITH Directory_Tools;
PROCEDURE Check_Portability
(This_Object : IN String;
Model_World : IN String;
Has_Bad : OUT Boolean;
Object_With_Bad_Link : OUT Directory_Tools.Object.Handle;
Bad_Link : OUT Link_Tools.Link_Iterator);
--
-- This procedure checks that an object and all of its sub-objects
-- have allowable links. All internal links are allowable. An external
-- link is allowable if it is found in the link pack for the model
-- world, or if it is to one of the specified object's sub-objects.
-- If the object is found to have only allowable links, then it should
-- be portable to any machine which has the same links available as the
-- specified model world.