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,2fc95e32fd071218,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-23 08:11:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!lon1-news.nildram.net!news-peer.gradwell.net!not-for-mail Newsgroups: comp.lang.ada From: porton@ex-code.com (Victor Porton) Date: Sat, 23 Nov 2002 21:10:36 +0500 Organization: Extreme Code Software (http://ex-code.com) Subject: Two class-wide operands, but only one controlling Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Content-Type: text/plain; charset=us-ascii X-URL: http://www.ex-code.com/ Message-ID: <3ddfa8b8$0$304$bed64819@news.gradwell.net> NNTP-Posting-Date: 23 Nov 2002 16:11:36 GMT NNTP-Posting-Host: 195.149.39.13 X-Trace: 1038067896 news.gradwell.net 304 mail2news/195.149.39.13 X-Complaints-To: news-abuse@gradwell.net Xref: archiver1.google.com comp.lang.ada:31179 Date: 2002-11-23T16:11:36+00:00 List-Id: I want something like a procedure with two class-wide operands, (of two different types) but only one of these controlling. The solution I found is introducing new tagged record types which would refer to these two types and passing both operands as one operand in such the record. Other solutions?