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,7936408ed8296efa,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-14 05:36:04 PST Path: supernews.google.com!sn-xit-03!supernews.com!freenix!isdnet!newsfeed.icl.net!dispose.news.demon.net!demon!diablo.netcom.net.uk!netcom.net.uk!not-for-mail From: "Ayende Rahien" Newsgroups: comp.lang.ada Subject: User define attributes Date: Sat, 14 Apr 2001 15:33:46 +0200 Organization: (Posted via) GTS Netcom - Public USENET Service http://pubnews.netcom.net.uk Sender: ayende@softhome.net Message-ID: <9b9g7c$cp6$1@taliesin.netcom.net.uk> NNTP-Posting-Host: diup-181-74.inter.net.il X-Trace: taliesin.netcom.net.uk 987251759 13094 213.8.181.74 (14 Apr 2001 12:35:59 GMT) X-Complaints-To: abuse@corp.netcom.net.uk NNTP-Posting-Date: Sat, 14 Apr 2001 12:35:59 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.60.2296.0000 X-MimeOLE: Produced By Microsoft MimeOLE V5.60.2296.0000 Xref: supernews.google.com comp.lang.ada:6889 Date: 2001-04-14T15:33:46+02:00 List-Id: How do I add attributes to a type I create? And how do I require certain attributes to be exist in a type? (I want a generic package to accept only types that has 'Image attribute) Thanks in advance, Ayende Rahien