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 - downloadIndex: ┃ T V ┃
Length: 1339 (0x53b) Types: TextFile Names: »V«
└─⟦149519bd4⟧ Bits:30000546 8mm tape, Rational 1000, !projects 93-07-13 └─ ⟦124ff5788⟧ »DATA« └─⟦this⟧ └─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11 └─ ⟦129cab021⟧ »DATA« └─⟦6d381756c⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦6d381756c⟧ └─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦6d381756c⟧ └─⟦this⟧ └─⟦f64eaa120⟧ Bits:30000752 8mm tape, Rational 1000, !projects 93 02 16 └─ ⟦6f12a12be⟧ »DATA« └─⟦this⟧
with Simple_Status; generic type Object_Id is private; -- Designates an object type Connection_Handle is private; -- for action connection type Operate_Parameters is private; -- Passed thru with function Get_Destination (Object : Object_Id) return String; with procedure Open (Destination : String; -- The result of Get_Destination Object : Object_Id; -- Object causing fault Handle : in out Connection_Handle; Idle_Timeout : out Duration; Errors : in out Simple_Status.Condition); with procedure Operate (Handle : in out Connection_Handle; Parms : in out Operate_Parameters; Errors : in out Simple_Status.Condition); with procedure Close (Handle : in out Connection_Handle; Errors : in out Simple_Status.Condition); Max_Connections : Natural; package Connection_Manager_Generic is procedure Operate (Object : Object_Id; Parms : in out Operate_Parameters; Errors : in out Simple_Status.Condition); procedure Close_Connection (Destination : String); procedure Close_All_Connections; procedure Shutdown; end Connection_Manager_Generic;