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.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8660fe29f138b478,start X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Freezing question Date: 1999/07/15 Message-ID: <7mlg18$qk0$1@nnrp1.deja.com>#1/1 X-Deja-AN: 501440975 X-Http-Proxy: 1.0 x42.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Thu Jul 15 20:24:23 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-07-15T00:00:00+00:00 List-Id: I have a problem with operations that don't seem to be getting inherited. I think it may be caused by a type being prematurely (for me anyway) frozen. I can't quite make out the LRM freezing rules. So I thought I'd ask here, does the second declaration below: type Fruit is abstract tagged private; type Apple is abstract new Fruit with private; freeze type "Fruit"? -- T.E.D. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.