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.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6e00ae5009f6fb00,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: "Rick Santa-Cruz" Newsgroups: comp.lang.ada Subject: questions to generic Date: Wed, 29 Sep 2004 01:58:28 +0200 Organization: T-Online Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 1096415926 00 15321 m9vkXCB1QlYpWjE 040928 23:58:46 X-Complaints-To: usenet-abuse@t-online.de X-ID: Gnfzx8ZYreKhhX08xfethHDU4Q28ErLbcTHc3b2d67gjD0lgRAlu4q X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Xref: g2news1.google.com comp.lang.ada:4347 Date: 2004-09-29T01:58:28+02:00 List-Id: Hi, I have 2 questions: 1. ) Is it possible to create a generic procedure, which is not part of a package, something like: procedure Gen_Test_Client is generic type Element is private; procedure Gen_Proc(Element: Element); ... where Gen_Test_Client is the start-procedure? 2.) How is it possible to create a generic child package? Thanks in advance, Rick