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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2ee7285d371d6c1f X-Google-Attributes: gid103376,public From: boavista@berlin.snafu.de (Michael Erdmann) Subject: GNAT 3.10: Decriminators for tasks ? Date: 1996/07/15 Message-ID: <4se5fc$bun@unlisys.unlisys.net>#1/1 X-Deja-AN: 168852577 organization: Unlimited Surprise Systems, Berlin reply-to: boavista@berlin.snafu.de (Michael Erdmann) newsgroups: comp.lang.ada Date: 1996-07-15T00:00:00+00:00 List-Id: Hi I like to do something like this: TASK TYPE OS_Application( p : Application_Class ); TASK BODY OS_Application( p : Application_Class ) IS BEGIN ...... END OS_Applications ; I allways get the message "descriminant part not allowed in task body", but found some examples like this in the Ada 95 rationale section about tasks. What is wrong ?? Michael