comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: pointers and protected objects
Date: Fri, 17 Oct 2014 10:21:28 -0700 (PDT)
Date: 2014-10-17T10:21:28-07:00	[thread overview]
Message-ID: <38cac7bb-0380-4c38-8cc3-3cd241abcaf7@googlegroups.com> (raw)
In-Reply-To: <lyvbnik8rt.fsf@pushface.org>

Am Freitag, 17. Oktober 2014 17:36:54 UTC+2 schrieb Simon Wright:

Note: this naming scheme is GNAT's standard. Other compilers use different schemes.

> --  pak.ads
> package pak is
> end pak;
>
> --  pak.adb
> package body pak is
>    protected body p is separate;
> end pak;
>
> --  pak-p.adb
> separate (pak)
> protected body p is
> end p;

  reply	other threads:[~2014-10-17 17:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-17 12:51 pointers and protected objects tonyg
2014-10-17 13:20 ` Simon Wright
2014-10-17 14:51   ` tonyg
2014-10-17 15:36     ` Simon Wright
2014-10-17 17:21       ` AdaMagica [this message]
2014-10-17 15:42 ` Adam Beneschan
2014-10-23  8:54 ` tonyg
replies disabled

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