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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,260f69e4266f58b0,start X-Google-Attributes: gid103376,public From: bf14@prism.gatech.edu ("none") Subject: instantiation of a procedure Date: 1997/03/06 Message-ID: <5fnavj$ocs@acmez.gatech.edu>#1/1 X-Deja-AN: 223605517 Organization: Georgia Institute of Technology Newsgroups: comp.lang.ada Date: 1997-03-06T00:00:00+00:00 List-Id: I'm using GNAT307 (DOS) I'm trying to interface my client program with a package. The package's general structure is generic type stuff1; with function stuff2; package foo1 is . . generic with procedure stuff3; procedure prog1; . . end prog1; . . end package foo1; I know how to instantiate the package and the generics preceding the package statement. But how do I instantiate the procedure stuff3 inside the package? Note that it is a procedure with a generic within in a package and not a package within a package (I think I know that case). Also is procedure prog1 referenced any differently than if it were just a procedure inside the package with no generic declaration? -- Brian Franklin Georgia Institute of Technology, Atlanta Georgia, 30332 uucp: ...!{decvax,hplabs,ncar,purdue,rutgers}!gatech!prism!bf14 Internet: bf14@prism.gatech.edu