indexing description: "Objects that provide access to constants loaded from files." date: "$Date$" revision: "$Revision$" class ECDM_CONSTANTS inherit ECDM_CONSTANTS_IMP redefine icons_directory end feature -- Access icons_directory: STRING is -- `Result' is DIRECTORY constant named `icons_directory'. once Result := "icons" end end -- class CONSTANTS --+-------------------------------------------------------------------- --| Eiffel CodeDOM Provider Manager --| Copyright (C) 2001-2004 Eiffel Software --| Eiffel Software Confidential --| All rights reserved. Duplication and distribution prohibited. --| --| Eiffel Software --| 356 Storke Road, Goleta, CA 93117 USA --| http://www.eiffel.com --+--------------------------------------------------------------------