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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2ebd9459a8ae4178,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!r8g2000prd.googlegroups.com!not-for-mail From: Darkwing Newsgroups: comp.lang.ada Subject: Question: dynamic rename? Date: Fri, 2 Sep 2011 19:28:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <691c0c64-4b85-4465-9b12-5d56123b8d94@r8g2000prd.googlegroups.com> NNTP-Posting-Host: 130.76.64.115 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1315016919 2717 127.0.0.1 (3 Sep 2011 02:28:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 3 Sep 2011 02:28:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r8g2000prd.googlegroups.com; posting-host=130.76.64.115; posting-account=6Q8JFQoAAADBXLVbQQxDpUhEoPGVZ0kj User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HACRNKUSEL X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 (.NET CLR 3.5.30729),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21803 Date: 2011-09-02T19:28:38-07:00 List-Id: Is there an Ada elegant way to do something like the following: signal : signal_type renames => case configuration is when one => signal_one; when two => signal_two; end case;