Author:king

Date:2009-06-16T17:30:45.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@236 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
king
2009-06-16 17:30:45 +00:00
parent 21e6a8271a
commit e93bdbc656
2 changed files with 20 additions and 1 deletions

View File

@@ -5,7 +5,14 @@ This document contains details of modifications and bug fixes to the EiffelVisio
==EiffelStudio 6.4==
As part of the void-safety conversion for EiffelStudio 6.4, EiffelVision 2 was converted to a void-safe library, currently in experimental mode only, no other changes were made to the existing library. To use the void-safe library, some areas may need to be rewritten, these changes are described in the following document http://doc.eiffel.com/book/solutions/converting-eiffelvision-2-systems-void-safety
As part of the void-safety conversion for EiffelStudio 6.4, EiffelVision 2 was converted to a void-safe library (currently in experimental mode only) and no changes were made to the existing library. To use the void-safe library, some areas may need to be rewritten, these changes are described [[Converting EiffelVision 2 Systems to Void Safety| here]]
'''Void-safety Interface modifications'''
*'''EV_ANY'''
** Added 'create_interface_objects' so that attached types may be created before the bridge pattern is set, these attached types are then initialized via 'initialize'
==EiffelStudio 6.3==