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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:7907:: with SMTP id z7-v6mr2763021itc.4.1539938882808; Fri, 19 Oct 2018 01:48:02 -0700 (PDT) X-Received: by 2002:a9d:3d06:: with SMTP id a6mr514211otc.0.1539938882652; Fri, 19 Oct 2018 01:48:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!x98-v6no32381ita.0!news-out.google.com!n199-v6ni71itn.0!nntp.google.com!x98-v6no32380ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 19 Oct 2018 01:48:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2003:c7:83d2:566f:208c:fba:4080:345a; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 2003:c7:83d2:566f:208c:fba:4080:345a References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <99f41210-6fe2-4b4d-90ad-21a0ab108f53@googlegroups.com> Subject: Re: A function that cannot be called? From: AdaMagica Injection-Date: Fri, 19 Oct 2018 08:48:02 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54647 Date: 2018-10-19T01:48:02-07:00 List-Id: > package What is > > type Void (<>) is private; > Obj1, Obj2: Void; procedure Process (X: in out Void; Params: Some_Type); > > private -- Full type and object declarations here > end What; Also this is possible. There are just two objects with which you can work. An example may be registering for a certain application in different levels.