DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d0bec068c⟧ TextFile

    Length: 1536 (0x600)
    Types: TextFile
    Names: »ALLOC.ID«

Derivation

└─⟦909f4eb2b⟧ Bits:30009789/_.ft.Ibm2.50006622.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »ALLOC.ID« 
└─⟦ddcd65152⟧ Bits:30009789/_.ft.Ibm2.50006617.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »ALLOC.ID« 

TextFile

 
æ*****************************************************************
                        Copyright 1984 by
                        NCR Corporation
                        Dayton, Ohio  U.S.A.
                        All Rights Reserved
******************************************************************
                        EOS Software produced by:
                        NCR Systems Engineering - Copenhagen
                        Copenhagen
                        DENMARK
*****************************************************************å
 
æ****** ALLOCATE FAMILY  vers.  0.01.00  ******å
æ**********************************************å
 
æ Interface description 83-05-09 å
 
object Allocate;
  entry NewObj;
  entry GetFree;
  entry SetClaim;
  entry GetId;
  entry NewIdManager;
  entry NewResource;
  object IdManager;
    entry SetSysId;
    entry SetUserId;
  end;
  object resManager;
    entry Reserve;
    entry Release;
    entry SetTotal;
  end;
end;
 
const AllocFamily           =1;
æ Result causes å
const
      TooManyResourceNames=  1;
      ResourceNameExists=    2;
æ NewPool å
const NoPool=                0;
      NewPool=               1;
æ IdKind å
const InheritSystemId=       0;
      NewSubjId=             1;
      NoId=                  2;
æ ResourceKind å
const Temporary=             0;
      Permanent=             1;
 
æ***end of AllocFam***å
 
«eof»