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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,73f097f1e2686cf5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-07 02:23:06 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!not-for-mail From: Reinert Korsnes Newsgroups: comp.lang.ada Subject: RE: Simplest way to protect a variable ? Date: Fri, 7 Sep 2001 11:16:21 +0200 Organization: UNINETT news service Message-ID: <9na3lp$1i6$2@snipp.uninett.no> References: <9na3h6$1i6$1@snipp.uninett.no> NNTP-Posting-Host: sthrkou.ffi.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: snipp.uninett.no 999854585 1606 193.156.99.159 (7 Sep 2001 09:23:05 GMT) X-Complaints-To: news-abuse@uninett.no User-Agent: KNode/0.4 Xref: archiver1.google.com comp.lang.ada:12874 Date: 2001-09-07T11:16:21+02:00 List-Id: Reinert Korsnes wrote: > Wilhelm Spickermann wrote: > >> >> On 07-Sep-01 Reinert Korsnes wrote: >>> Hi, >>> >>> Let's say I initiate a "global" variable, A (for example an array), by >>> calling a procedure (which may read data from a file). And I want to be >>> sure that the content (value) of this variable is not changed by >>> another procedure. The variable is "global" in the sense that it is >>> available in many many other routines. >>> >>> I may have several co-programmers I do not trust :-) >>> >>> What is the simplest way to do this (in Ada) ? >>> >> >> A : constant array ( ... ) of ... := file_reading_function (...); >> >> Wilhelm >> >> > > Yes, I got this idea but the file reading function reads mode than "*more* than a ..." :-) > a simple array. I could collect the variables in a record maybe... > > reinert > > -- http://home.chello.no/~rkorsnes