TEAM-ADA Archives

Team Ada: Ada Programming Language Advocacy

TEAM-ADA@LISTSERV.ACM.ORG

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Simon Wright <[log in to unmask]>
Reply To:
Simon Wright <[log in to unmask]>
Date:
Mon, 23 Sep 2002 05:45:12 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (12 lines)
Given

      type Active_Area_Access_Type is
      access all Active_Area_Type'Class;

you need to say

       procedure Free_Active_Area is
       new Ada.Unchecked_Deallocation
          (Object => Active_Area_Type'Class,
           Name   => Active_Area_Access_Type);

ATOM RSS1 RSS2