Added "See Also" template with link to main void-safe documentation.

Author:halw
Date:2010-07-15T17:08:27.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@639 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-07-15 17:08:27 +00:00
parent 0d00e5fde3
commit f21363c217

View File

@@ -81,3 +81,7 @@ The following steps are needed during the conversion:
* Remove `make', rename `initialize' to `make', make sure that any calls to Precursor do not override any settings set in 'initialize', the ordering may need to be changed in order to make the code void-safe so. See EV_POPUP_WINDOW_IMP.make (Windows implementation) where the setting of 'user_can_resize' is performed after the Precursor call so that is doesn't get overriden. * Remove `make', rename `initialize' to `make', make sure that any calls to Precursor do not override any settings set in 'initialize', the ordering may need to be changed in order to make the code void-safe so. See EV_POPUP_WINDOW_IMP.make (Windows implementation) where the setting of 'user_can_resize' is performed after the Precursor call so that is doesn't get overriden.
{{SeeAlso|[[Void-Safe Programming in Eiffel]]}}