mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
Author:halw
Date:2009-01-28T16:53:41.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@173 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -36,7 +36,7 @@ feature -- Access
|
||||
-- New 'object' (once per process)
|
||||
-- that could be shared between threads
|
||||
-- without reinitializing it.
|
||||
indexing
|
||||
note
|
||||
once_status: global
|
||||
once
|
||||
create Result.make
|
||||
|
||||
@@ -197,7 +197,7 @@ class IntArray {
|
||||
|
||||
Here is the result of applying Legacy++ to that class, which will serve as an illustration of both the C++ interface mechanisms and Legacy++:
|
||||
<code>
|
||||
indexing
|
||||
note
|
||||
description: "Eiffel encapsulation of C++ class IntArray";
|
||||
date: "$Date: 2006-10-12 03:18:50 +0200 (Thu, 12 Oct 2006) $";
|
||||
revision: "$Revision: 64319 $"
|
||||
|
||||
Reference in New Issue
Block a user