comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeffrey R. Carter" <spam@spam.com>
Subject: Re: Memory Leak
Date: Wed, 04 Jan 2006 04:46:35 GMT
Date: 2006-01-04T04:46:35+00:00	[thread overview]
Message-ID: <LqIuf.694$WY5.389@newsread2.news.pas.earthlink.net> (raw)
In-Reply-To: <1136315117.916153.244720@f14g2000cwb.googlegroups.com>

I see that Dowie beat me to telling you where to find the PragmAda Reusable 
Components.

markp wrote:

>    type Queue_Messages_Type is (
>       Small_Msg,
>       Large_Msg);
> 
>    type Queue_Msg(Msg : Queue_Messages_Type := Small_Msg) is
>       record
>         case Msg is
>             when Small_Msg =>
>                Small_Msg_Data   : Interface_Types.Small_Msg_Type;
>             when Large_Msg =>
>                Large_Msg_Data   : Interface_Types.Large_Msg_Type;
>          end case;
>       end record;

Still nothing obvious. What are the definitions of (Small|Large)_Msg_Type, 
including all definitions they depend on?

-- 
Jeff Carter
"C's solution to this [variable-sized arrays] has real problems,
and people who are complaining about safety definitely have a point."
Dennis Ritchie
25



  reply	other threads:[~2006-01-04  4:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-03 16:15 Memory Leak markp
2006-01-03 18:06 ` Jeffrey R. Carter
2006-01-03 18:57   ` markp
2006-01-03 19:03     ` Martin Dowie
2006-01-03 19:05     ` markp
2006-01-04  4:46       ` Jeffrey R. Carter [this message]
2006-01-05 21:12       ` Ludovic Brenta
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox