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 10.43.1.138 with SMTP id nq10mr8298535icb.17.1413550303296; Fri, 17 Oct 2014 05:51:43 -0700 (PDT) X-Received: by 10.140.30.36 with SMTP id c33mr29268qgc.7.1413550303120; Fri, 17 Oct 2014 05:51:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!news.glorb.com!h18no6903023igc.0!news-out.google.com!u5ni5qab.1!nntp.google.com!dc16no3497160qab.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 17 Oct 2014 05:51:43 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.128.188.13; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P NNTP-Posting-Host: 86.128.188.13 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: pointers and protected objects From: tonyg Injection-Date: Fri, 17 Oct 2014 12:51:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:22545 Date: 2014-10-17T05:51:43-07:00 List-Id: I can create pointers to protected objects, but how do I initialise the protected object as it is a limited type and the syntax po_ptr := new Po_Type'(Po_Type_Instance) would not be allowed