note description: "OLE Automation." legal: "See notice at end of class." status: "See notice at end of class." generator: "Automatically generated by the EiffelCOM Wizard." class FONTSIZE_ALIAS inherit ECOM_CURRENCY create make, make_by_pointer, make_from_alias feature {None} -- Initialization make_from_alias (an_alias: ECOM_CURRENCY) -- Create from alias require non_void_alias: an_alias /= Void do make_by_pointer (an_alias.item) an_alias.set_shared end note copyright: "Copyright (c) 1984-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end -- FONTSIZE_ALIAS