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,1cab630edaf05f3d X-Google-Attributes: gid103376,public From: "Matthew Heaney" Subject: Re: entry references Date: 1999/09/14 Message-ID: <37deb8e9@news1.prserv.net>#1/1 X-Deja-AN: 525134457 Content-transfer-encoding: 7bit References: <37DE6FC9.51FD00CE@york.ac.uk> Content-Type: text/plain; charset="US-ASCII" X-Complaints-To: abuse@prserv.net X-Trace: 14 Sep 1999 21:06:49 GMT, 32.101.8.24 Organization: Global Network Services - Remote Access Mail & News Services Mime-version: 1.0 Newsgroups: comp.lang.ada Date: 1999-09-14T00:00:00+00:00 List-Id: In article <37DE6FC9.51FD00CE@york.ac.uk> , Ian Thomson wrote: > Does anyone know how I can reference a protected entry? I'm not sure what you mean by this question. Can you post a small snippet of code illustrating your problem? > I am trying to write a generic package that will operate as an indirection to > protected entries- and I can find no way of referencing the entry. Again, please provide a small bit of code to illustrate. > I tried renaming the entry as a procedure, then passing this as a generic > parameter, but you then get procedure- like blocking, which defeats the > object. I'm not sure what you mean by "defeats the object." Can you elaborate on this? (And post some code.) > You also cannot declare access to subprogram types for entries. Do you really need to? Can you point to a subprogram that calls the entry? > any ideas? thanks, It would be helpful if you could post the smallest amount of code that demonstrates your problem.