class EL_MODULE_NAMING

(source code)

Client examples: CLASS_NOTESEIFFEL_NAME_TRANSLATEABLE_TEST_SETGENERAL_TEST_SETID3_TAG_INFO_TEST_SETRBOX_MUSIC_MANAGERTAGLIB_TEST_SETTAR_LIST_FILEVALUE_PARAMETER

description

Shared access to routines of class EL_NAMING_ROUTINES

note
	description: "Shared access to routines of class ${EL_NAMING_ROUTINES}"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-08-21 8:37:55 GMT (Wednesday 21st August 2024)"
	revision: "11"

deferred class
	EL_MODULE_NAMING

inherit
	EL_MODULE

feature {NONE} -- Constants

	Naming: EL_NAMING_ROUTINES
		once
			create Result
		end

end