From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f33c9c540c506639,start X-Google-Attributes: gid103376,public From: "Jean-Pierre Rosen" Subject: Package "Protection" available on Adalog's web site Date: 1998/02/02 Message-ID: <6b3t68$ph$1@peuplier.wanadoo.fr>#1/1 X-Deja-AN: 321287824 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: Adalog Newsgroups: comp.lang.ada Date: 1998-02-02T00:00:00+00:00 List-Id: This is the package I talked about some times ago. It provides a kind of = evolved semaphore, plus utilities for protecting a procedure call = against abortion and/or concurrent access. Connect to Adalog's web page (http://perso.wanadoo.fr/adalog) and follow = the link to the english version (unless you prefer to stay in French = :-), and the software components link. Apart from direct usefulness, it's a nice example of the use of = protected types, finalization, access discriminants, and new exception = packages.