Files
eiffel-org/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-wean.wiki
halw 6287d2b261 Name change. Removed "Reference for".
Author:halw
Date:2011-03-06T21:52:26.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@822 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2011-03-06 21:52:26 +00:00

21 lines
564 B
Plaintext

[[Property:title|eif_wean]]
[[Property:weight|10]]
[[Property:uuid|d94fdbce-8cbd-7714-ebfc-38e1f0526eaa]]
==SYNOPSYS==
<code>
'''#include "eif_hector.h"
EIF_REFERENCE eif_wean (EIF_OBJECT''' ''obj''''');'''</code>
==DESCRIPTION==
The '''eif_wean()''' function releases the protection of the Eiffel reference, which is protected by the Eiffel object ''obj''.
==RETURN VALUE==
It returns the Eiffel reference previously protected by obj.
==CONFORMANCE==
ISE Eiffel 4.1 and later.
==SEE ALSO==
'''eif_access'''(1) , '''eif_adopt'''(1), '''eif_protect'''(1).