comp.lang.ada
 help / color / mirror / Atom feed
Date: 2012-07-26T08:36:33-07:00	[thread overview]
raw)

Thu, 26 Jul 2012 08: 30:04 -0700 (PDT)
        Thu, 26 Jul 2012 08:28:37 -0700 (PDT)
Path: p10ni64698300pbh.1!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!q21no7112496qas.0!news-out.google.com!a15ni113812585qag.0!nntp.google.com!y14no60025qaj.0!news-out.google.com!b9ni65120430pbl.0!nntp.google.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!novia!volia.net!news2.volia.net!feed-A.news.volia.net!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!newsfeed.straub-nv.de!news.swapon.de!newsreader4.netcologne.de!news.netcologne.de!feeder1.cambriumusenet.nl!feed.tweaknews.nl!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
From: Keean Schupke <keean.schupke@googlemail.com>
Newsgroups: comp.lang.ada
Subject: Signature Package With Generic Proceedure
Date: Sat, 21 Jul 2012 10:22:25 -0700 (PDT)
Organization: http://groups.google.com
Lines: 23
Message-ID: <045f7b44-2a4a-4292-80fd-0b6bc8ee3465@googlegroups.com>
NNTP-Posting-Host: 82.44.19.199
Mime-Version: 1.0
X-Trace: posting.google.com 1342891448 14675 127.0.0.1 (21 Jul 2012 17:24:08 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sat, 21 Jul 2012 17:24:08 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.44.19.199; posting-account=T5Z2vAoAAAB8ExE3yV3f56dVATtEMNcM
User-Agent: G2/1.0
Bytes: 1606
X-Received-Bytes: 2065
Content-Type: text/plain; charset=ISO-8859-1

If I have a package which defines a procedure like:


generic
    with procedure Process(Set : in out Set_Type);
procedure Update(Set : in out Set_Type);


How do a declare a Signature package that includes this?


generic
    with generic
        with procedure Process(Set : in out Set_Type);
    procedure Update(Set : in out Set_Type);
package Set_Signature is end;


Is not allowed. Is there some way to do this with nested packages?


Cheers,
Keean.



                 reply	other threads:[~2012-07-26 15:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed
replies disabled

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