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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8a3c8cd30209f45b,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-02 06:51:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: Tomas Hlavaty Newsgroups: comp.lang.ada Subject: List of strings as an argument of a RCI function? Date: Thu, 02 May 2002 15:40:38 +0200 Organization: Czech Technical University Message-ID: <3CD141D6.C6E6D8D@labe.felk.cvut.cz> NNTP-Posting-Host: bela.felk.cvut.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ns.felk.cvut.cz 1020346540 27124 147.32.85.107 (2 May 2002 13:35:40 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Thu, 2 May 2002 13:35:40 +0000 (UTC) X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.18-rtl i686) X-Accept-Language: cs, en Xref: archiver1.google.com comp.lang.ada:23407 Date: 2002-05-02T15:40:38+02:00 List-Id: I'm trying to define a RCI function with an output argument of my type List_Of_Strings. But, there is a problem with the unit categorization, because all useful string packages (as Ada.Strings.Unbounded) has no categorization. Could anybody suggest me a solution? Should I define my own string type? Why have string packages no categorization, e.g. Remote_Types? Thaks, Tomas