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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,7e81a70d49e1dad0,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Newsgroups: comp.lang.ada From: Preben Randhol Subject: Adding functions to generic package Organization: PVV User-Agent: slrn/0.9.8.1 (Debian) NNTP-Posting-Host: 65.80-202-208.nextgentel.com X-Original-NNTP-Posting-Host: 65.80-202-208.nextgentel.com Message-ID: <429891d3$1@news.broadpark.no> Date: 28 May 2005 17:44:19 +0200 X-Trace: news.broadpark.no 1117295059 65.80-202-208.nextgentel.com (28 May 2005 17:44:19 +0200) Path: g2news1.google.com!news4.google.com!news.glorb.com!uio.no!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!inet.fi!feeder1.news.jippii.net!news.net.hanse.com!nntp.gblx.net!nntp3.phx1!news.broadpark.no Xref: g2news1.google.com comp.lang.ada:11193 Date: 2005-05-28T17:44:19+02:00 List-Id: Hi I'm using the charles library which has a generic list package. I would like to add two procedures Randomise and Move so that all my lists can use them. I cannot modify the library itself, so what choices do I have? Is making a child package the only way to add the procedures in a generic way? Thanks in advance Preben